| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 1c0bf02b0836e96344633f75b58c80fb36c73eff..3ffb5c1f1246a1a0214ce114bdd5def53d3278cd 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1244,6 +1244,12 @@ const char kCopresenceAuthenticatedDeviceId[] =
|
| const char kCopresenceAnonymousDeviceId[] = "apps.copresence.unauth_device_id";
|
| #endif
|
|
|
| +// Whether WebRTC should bind to individual NICs to explore all possible routing
|
| +// options.
|
| +#if defined(ENABLE_WEBRTC)
|
| +const char kWebRTCMultipleRoutesDisabled[] = "webrtc.multiple_routes_disabled";
|
| +#endif
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
|
|