| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index d3a8501a50ebb30251af37090f9ce41dce4e864a..d020d174614a8569e11cf1b8e5d9263f9bbc0a51 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1275,6 +1275,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 ***************
|
|
|