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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl

Issue 2447033002: Support RTCConfiguration iceTransportPolicy (Closed)
Patch Set: update expectations Created 4 years, 2 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/Source/modules/peerconnection/RTCIceServer.idl
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl b/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl
index 8a4941d144ba8712eb0a3461bafb9ecd324ba84b..038af948329a55e50fbf8a901d67fe830420512b 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCIceServer.idl
@@ -6,6 +6,7 @@
dictionary RTCIceServer {
// TODO(foolip): |urls| should be required and |url| is not in the spec.
+ // https://crbug.com/659133
(DOMString or sequence<DOMString>) urls;
DOMString url;
DOMString username;

Powered by Google App Engine
This is Rietveld 408576698