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

Unified Diff: talk/app/webrtc/objc/RTCICECandidate.mm

Issue 1237613003: Remove deprecated functions. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Call new function from objc. Created 5 years, 5 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 | « talk/app/webrtc/jsepsessiondescription.cc ('k') | talk/app/webrtc/peerconnectioninterface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/objc/RTCICECandidate.mm
diff --git a/talk/app/webrtc/objc/RTCICECandidate.mm b/talk/app/webrtc/objc/RTCICECandidate.mm
index 54430ca5ac50b832208410b0d3d3724bf187f8c9..1510946bac16250618e041d63358505389f8b151 100644
--- a/talk/app/webrtc/objc/RTCICECandidate.mm
+++ b/talk/app/webrtc/objc/RTCICECandidate.mm
@@ -80,7 +80,8 @@
- (const webrtc::IceCandidateInterface*)candidate {
return webrtc::CreateIceCandidate(
- [self.sdpMid UTF8String], self.sdpMLineIndex, [self.sdp UTF8String]);
+ [self.sdpMid UTF8String], self.sdpMLineIndex, [self.sdp UTF8String],
+ nullptr);
}
@end
« no previous file with comments | « talk/app/webrtc/jsepsessiondescription.cc ('k') | talk/app/webrtc/peerconnectioninterface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698