Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b46e8b38c0bb33afbc55250068ce02b7913a9654..6cd705daeaa941ff205502e904862424e9b103b2 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1197,15 +1197,9 @@ const char kToolbarIconSurfacingBubbleLastShowTime[] = |
#endif |
#if defined(ENABLE_WEBRTC) |
-// Whether WebRTC should bind to individual NICs to explore all possible routing |
-// options. Default is true. |
-const char kWebRTCMultipleRoutesEnabled[] = "webrtc.multiple_routes_enabled"; |
-// Whether WebRTC should use non-proxied UDP. If false, WebRTC will not send UDP |
-// 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 kWebRTCNonProxiedUdpEnabled[] = |
- "webrtc.nonproxied_udp_enabled"; |
+// Define the IP handling policy override that WebRTC should follow. When not |
+// set, it defaults to "default". |
pthatcher1
2015/10/21 00:06:53
We should probably define what "default" means. I
|
+const char kWebRTCIPHandlingPolicy[] = "webrtc.ip_handling_policy"; |
#endif |
// *************** LOCAL STATE *************** |