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

Unified Diff: webrtc/api/objc/RTCConfiguration+Private.h

Issue 1649533002: Make ECDSA default for RTCPeerConnection (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update comment Created 4 years, 11 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 | « webrtc/api/objc/RTCConfiguration.mm ('k') | webrtc/api/objc/RTCSessionDescription.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCConfiguration+Private.h
diff --git a/webrtc/api/objc/RTCConfiguration+Private.h b/webrtc/api/objc/RTCConfiguration+Private.h
index 5936ee26e0b61fcee5f807a6192e94b1eac83f88..e14f92bcdefb4a469a37466c0ff994335eb05942 100644
--- a/webrtc/api/objc/RTCConfiguration+Private.h
+++ b/webrtc/api/objc/RTCConfiguration+Private.h
@@ -23,9 +23,6 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, readonly)
webrtc::PeerConnectionInterface::RTCConfiguration nativeConfiguration;
-- (instancetype)initWithNativeConfiguration:
- (webrtc::PeerConnectionInterface::RTCConfiguration)nativeConfiguration;
-
+ (webrtc::PeerConnectionInterface::IceTransportsType)
nativeTransportsTypeForTransportPolicy:(RTCIceTransportPolicy)policy;
« no previous file with comments | « webrtc/api/objc/RTCConfiguration.mm ('k') | webrtc/api/objc/RTCSessionDescription.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698