| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 5b9069871b38e39f7fc40205612de1ed3e55ce77..4f2867eb0c601463d3e2af99be08b693005ad2af 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1196,8 +1196,8 @@ const char kWebRTCMultipleRoutesEnabled[] = "webrtc.multiple_routes_enabled";
|
| // unless it goes through a proxy (i.e RETURN when it's available). If no UDP
|
| // proxy is configured, it will not send UDP. If true, WebRTC will send UDP
|
| // regardless of whether or not a proxy is configured.
|
| -const char kWebRTCNonProxiedUdpTransportEnabled[] =
|
| - "webrtc.nonproxied_udp_transport_enabled";
|
| +const char kWebRTCNonProxiedUdpEnabled[] =
|
| + "webrtc.nonproxied_udp_enabled";
|
| #endif
|
|
|
| // *************** LOCAL STATE ***************
|
|
|