Index: chrome/common/policy_constants.cc |
diff --git a/chrome/common/policy_constants.cc b/chrome/common/policy_constants.cc |
index 300b450f048d4ddbe645828233a61a1b79cee77c..f6d11505ce9edd998231e17482888cb87fb984df 100644 |
--- a/chrome/common/policy_constants.cc |
+++ b/chrome/common/policy_constants.cc |
@@ -32,7 +32,9 @@ const char kDefaultSearchProviderIconURL[] = |
const char kDefaultSearchProviderEncodings[] = |
"DefaultSearchProviderEncodings"; |
const char kDisableSpdy[] = "DisableSpdy"; |
-const char kProxyServerMode[] = "ProxyServerMode"; |
+// We consider the name ProxyMode more apt than ProxyServerMode but could |
+// not change it after publishing the policy API. |
Mattias Nissler (ping if slow)
2010/12/22 10:22:12
It is not the API, but the naming in the win regis
battre
2010/12/22 14:41:16
Done.
|
+const char kProxyMode[] = "ProxyServerMode"; |
const char kProxyServer[] = "ProxyServer"; |
const char kProxyPacUrl[] = "ProxyPacUrl"; |
const char kProxyBypassList[] = "ProxyBypassList"; |