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

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

Issue 1640993002: Update API for Objective-C RTCPeerConnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix some style issues 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
Index: webrtc/api/objc/RTCSessionDescription+Private.h
diff --git a/webrtc/api/objc/RTCSessionDescription+Private.h b/webrtc/api/objc/RTCSessionDescription+Private.h
index aa0314d3f3fcd27291fe25f532bbc041fee77f9f..ef6f180e8a4fea4c4c2d1b3ab428587dd5ac9fee 100644
--- a/webrtc/api/objc/RTCSessionDescription+Private.h
+++ b/webrtc/api/objc/RTCSessionDescription+Private.h
@@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN
* description.
*/
- (instancetype)initWithNativeDescription:
- (webrtc::SessionDescriptionInterface *)nativeDescription;
+ (const webrtc::SessionDescriptionInterface *)nativeDescription;
+ (std::string)stringForType:(RTCSdpType)type;
« webrtc/api/objc/RTCPeerConnectionObserver.mm ('K') | « webrtc/api/objc/RTCSessionDescription.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698