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

Unified Diff: third_party/WebKit/public/platform/WebRTCConfiguration.h

Issue 2706563003: Create the API that returns the RTCConfiguration of the PeerConnection.
Patch Set: Response to the CR comments. Created 3 years, 9 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: third_party/WebKit/public/platform/WebRTCConfiguration.h
diff --git a/third_party/WebKit/public/platform/WebRTCConfiguration.h b/third_party/WebKit/public/platform/WebRTCConfiguration.h
index cd64fb8537d60d4046c391eef315b861dc2c70be..48c88fb4d6e2bfed6e2af1a652673bf5022da6a3 100644
--- a/third_party/WebKit/public/platform/WebRTCConfiguration.h
+++ b/third_party/WebKit/public/platform/WebRTCConfiguration.h
@@ -43,7 +43,7 @@ namespace blink {
class WebString;
struct WebRTCIceServer {
- WebURL url;
+ WebVector<WebURL> urls;
WebString username;
WebString credential;
};

Powered by Google App Engine
This is Rietveld 408576698