| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4847ad49461260878fcb40c9e992100327693e23..16caaa50fe05d868d2e068bba1f133b1a7e1a6f6 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1261,6 +1261,8 @@ const char kWebRTCNonProxiedUdpEnabled[] =
|
| // Define the IP handling policy override that WebRTC should follow. When not
|
| // set, it defaults to "default".
|
| const char kWebRTCIPHandlingPolicy[] = "webrtc.ip_handling_policy";
|
| +// Define range of UDP ports allowed to be used by WebRTC PeerConnections.
|
| +const char kWebRTCUDPPortRange[] = "webrtc.udp_port_range";
|
| #endif
|
|
|
| // *************** LOCAL STATE ***************
|
|
|