Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 11a25fcc32d3d9d7fa9e186c7cc4a6897f6d7bee..f5387a6bb4ca956f0d33c67979a04db099ab330f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1124,11 +1124,10 @@ const char kCloudPrintPrintSystemSettings[] = |
// Used by the service process to determine if the remoting host is enabled. |
const char kRemotingHostEnabled[] = "remoting.host_enabled"; |
-// Boolean to disable proxy altogether. If true, other proxy |
-// preferences are ignored. |
-const char kNoProxyServer[] = "proxy.disabled"; |
-// Boolean specifying if proxy should be auto-detected. |
-const char kProxyAutoDetect[] = "proxy.auto_detect"; |
+// Integer to specify the type of proxy settings. |
+// See ProxyPrefs for possible values and interactions with the other proxy |
+// preferences. |
+const char kProxyServerMode[] = "proxy.mode"; |
// String specifying the proxy server. For a specification of the expected |
// syntax see net::ProxyConfig::ProxyRules::ParseFromString(). |
const char kProxyServer[] = "proxy.server"; |