| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4b9c52dfe38c7e7df6c40e58c83a86918232aa36..9aea51b666f6bc6ef7a6b7d429dffe18a83abf6d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1248,6 +1248,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. Default is true.
|
| +#if defined(ENABLE_WEBRTC)
|
| +const char kWebRTCMultipleRoutesEnabled[] = "webrtc.multiple_routes_enabled";
|
| +#endif
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
|
|