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

Unified Diff: webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h

Issue 2627523004: Update ice server provider response format in iOS AppRTCMobile (Closed)
Patch Set: lower similarity and rebase Created 3 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/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
diff --git a/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h b/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
index 69fb432b4463da0234df2f739928e69551702ca1..dbc702dc7e86cf0c105e6f3c86b4678870fe9fde 100644
--- a/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
+++ b/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
@@ -13,7 +13,5 @@
@interface RTCIceServer (JSON)
+ (RTCIceServer *)serverFromJSONDictionary:(NSDictionary *)dictionary;
-// CEOD provides different JSON, and this parses that.
-+ (RTCIceServer *)serverFromCEODJSONDictionary:(NSDictionary *)dictionary;
@end
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h ('k') | webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698