| Index: third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl b/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| index 40b94d73f18d504fb4a63ca58a4bfc41c03270c7..3daa5c3b1be0e06c6d1631044fea484b9fffd84f 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCConfiguration.idl
|
| @@ -4,10 +4,7 @@
|
|
|
| // https://w3c.github.io/webrtc-pc/#rtcicetransportpolicy-enum
|
|
|
| -// TODO(foolip): The spec does not have the "none" value.
|
| -// https://crbug.com/659134
|
| enum RTCIceTransportPolicy {
|
| - "none",
|
| "relay",
|
| "all"
|
| };
|
|
|