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

Unified Diff: talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h

Issue 2035473004: RTCPeerConnectionInterface.mm createNativeConfiguration and other clean-up. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase with master after which we have to remove dtlsidentitystore.cc from a BUILD.gn file Created 4 years, 6 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
Index: talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
diff --git a/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h b/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
index ffa01c6fff3e21f46832f1129a3f0d1a2b9ce1b0..a487531b1bf1be49e746c3da8094d35ebb900fe9 100644
--- a/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
+++ b/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
@@ -31,7 +31,9 @@
@interface RTCConfiguration ()
-@property(nonatomic, readonly)
- webrtc::PeerConnectionInterface::RTCConfiguration nativeConfiguration;
+- (webrtc::PeerConnectionInterface::RTCConfiguration *)
+ createNativeConfiguration;
+
++ (rtc::KeyType)nativeEncryptionKeyTypeForKeyType:(RTCEncryptionKeyType)keyType;
tkchin_webrtc 2016/06/03 23:36:40 static methods before instance methods
hbos 2016/06/05 11:08:53 Done.
@end

Powered by Google App Engine
This is Rietveld 408576698