Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8219)

Unified Diff: chrome/common/pref_names.cc

Issue 916873004: Add a Preference to allow WebRTC only bind to "any address" (all 0s) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698