Index: chrome/common/policy_constants.cc |
diff --git a/chrome/common/policy_constants.cc b/chrome/common/policy_constants.cc |
index 36e68742b2509c070764708cf5fe4f23626b702e..13e65d8eaba194fbbb887bf39a1ccf0f38fed21c 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. |
+const char kProxyMode[] = "ProxyServerMode"; |
const char kProxyServer[] = "ProxyServer"; |
const char kProxyPacUrl[] = "ProxyPacUrl"; |
const char kProxyBypassList[] = "ProxyBypassList"; |