Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fec391eb7e6915a8cb2a8a01272ae7eddd71c496..363256487961db3f9f5092938b18902444d5a227 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -323,6 +323,10 @@ const char kDisableDefaultApps[] = "disable-default-apps"; |
// Disables device discovery. |
const char kDisableDeviceDiscovery[] = "disable-device-discovery"; |
+// Disables device discovery notifications. |
+const char kDisableDeviceDiscoveryNotifications[] |
+ = "disable-device-discovery"; |
Lei Zhang
2013/09/10 01:00:29
Wrong name?
|
+ |
// Disables retrieval of PAC URLs from DHCP as per the WPAD standard. |
const char kDisableDhcpWpad[] = "disable-dhcp-wpad"; |