Index: chrome/browser/policy/configuration_policy_store_interface.h |
diff --git a/chrome/browser/policy/configuration_policy_store_interface.h b/chrome/browser/policy/configuration_policy_store_interface.h |
index cfb943eeff67029080326bd67ab01a68e3c24e5d..834308f1c6f061f1df1d9d7faf6804463f8c9e5e 100644 |
--- a/chrome/browser/policy/configuration_policy_store_interface.h |
+++ b/chrome/browser/policy/configuration_policy_store_interface.h |
@@ -66,11 +66,6 @@ enum ConfigurationPolicyType { |
kPolicyGSSAPILibraryName, |
}; |
-static const int kPolicyNoProxyServerMode = 0; |
Mattias Nissler (ping if slow)
2010/12/20 13:34:03
Why not make these an enum?
battre (please use the other)
2010/12/21 14:18:18
I reintroduced these as an enum. As the internal r
|
-static const int kPolicyAutoDetectProxyMode = 1; |
-static const int kPolicyManuallyConfiguredProxyMode = 2; |
-static const int kPolicyUseSystemProxyMode = 3; |
- |
// An abstract super class for policy stores that provides a method that can be |
// called by a |ConfigurationPolicyProvider| to specify a policy. |
class ConfigurationPolicyStoreInterface { |