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

Unified Diff: webrtc/api/objc/RTCPeerConnectionFactory.h

Issue 1558473002: Update API for Objective-C RTCPeerConnectionFactory. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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: webrtc/api/objc/RTCPeerConnectionFactory.h
diff --git a/webrtc/base/objc/NSString+StdString.h b/webrtc/api/objc/RTCPeerConnectionFactory.h
similarity index 75%
copy from webrtc/base/objc/NSString+StdString.h
copy to webrtc/api/objc/RTCPeerConnectionFactory.h
index 532032b3fca66977290d612f1e998c205cceef00..147e5ac65fd2ae0858cdf2ec2fd691432e98caba 100644
--- a/webrtc/base/objc/NSString+StdString.h
+++ b/webrtc/api/objc/RTCPeerConnectionFactory.h
@@ -10,15 +10,13 @@
#import <Foundation/Foundation.h>
-#include <string>
-
NS_ASSUME_NONNULL_BEGIN
-@interface NSString (StdString)
-
-@property(nonatomic, readonly) std::string stdString;
+@interface RTCPeerConnectionFactory : NSObject
-+ (std::string)stdStringForString:(NSString *)nsString;
+/** Initialize & de-initialize the SSL subsystem. Failure is fatal. */
tkchin_webrtc 2016/01/06 22:25:15 library not subsystem. These may make more sense i
hjon 2016/01/08 01:01:06 Done.
++ (void)initializeSSL;
++ (void)deinitializeSSL;
@end

Powered by Google App Engine
This is Rietveld 408576698