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

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

Issue 1640993002: Update API for Objective-C RTCPeerConnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes based on feedback 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/RTCIceCandidate+Private.h
diff --git a/webrtc/api/objc/RTCIceCandidate+Private.h b/webrtc/api/objc/RTCIceCandidate+Private.h
index ca95a43e3a8c67e88f1693dac811c69b36955d3d..83efc1fb05f6a614af9ff7a0a60087c8f340da34 100644
--- a/webrtc/api/objc/RTCIceCandidate+Private.h
+++ b/webrtc/api/objc/RTCIceCandidate+Private.h
@@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
* ownership is taken of the native candidate.
*/
- (instancetype)initWithNativeCandidate:
- (webrtc::IceCandidateInterface *)candidate;
+ (const webrtc::IceCandidateInterface *)candidate;
@end

Powered by Google App Engine
This is Rietveld 408576698