Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: webrtc/api/peerconnectionfactory.h

Issue 2021663002: Remove PeerConnectionFactory's certificate generator and ref counted wrapper. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/peerconnectionfactory.cc » ('j') | webrtc/api/peerconnectionfactory.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/peerconnectionfactory.h
diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h
index 66561ad9d38209fd0a252f36d4e6985248d65d1e..0e52efcc966d12a536b8ba9928e28bd707625049 100644
--- a/webrtc/api/peerconnectionfactory.h
+++ b/webrtc/api/peerconnectionfactory.h
@@ -29,9 +29,6 @@ class BasicPacketSocketFactory;
namespace webrtc {
-typedef rtc::RefCountedObject<rtc::RTCCertificateGenerator>
- RefCountedRTCCertificateGenerator;
-
class PeerConnectionFactory : public PeerConnectionFactoryInterface {
public:
void SetOptions(const Options& options) override {
@@ -128,8 +125,6 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface {
std::unique_ptr<cricket::WebRtcVideoDecoderFactory> video_decoder_factory_;
std::unique_ptr<rtc::BasicNetworkManager> default_network_manager_;
std::unique_ptr<rtc::BasicPacketSocketFactory> default_socket_factory_;
-
- rtc::scoped_refptr<RefCountedRTCCertificateGenerator> cert_generator_;
};
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/api/peerconnectionfactory.cc » ('j') | webrtc/api/peerconnectionfactory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698