Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: chrome/browser/policy/configuration_policy_pref_store.h

Issue 9111022: Removed ConfigurationPolicyType and extended PolicyMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/configuration_policy_pref_store.h
diff --git a/chrome/browser/policy/configuration_policy_pref_store.h b/chrome/browser/policy/configuration_policy_pref_store.h
index eafed6c6f465f056a7b974a931dd90302994b958..237e2ac8bee084f0fd881fb9edfd82472e59c256 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.h
+++ b/chrome/browser/policy/configuration_policy_pref_store.h
@@ -17,24 +17,6 @@ class PrefValueMap;
namespace policy {
-// Constants for the "Proxy Server Mode" defined in the policies.
-// Note that these diverge from internal presentation defined in
-// ProxyPrefs::ProxyMode for legacy reasons. The following four
-// PolicyProxyModeType types were not very precise and had overlapping use
-// cases.
-enum PolicyProxyModeType {
- // Disable Proxy, connect directly.
- kPolicyNoProxyServerMode = 0,
- // Auto detect proxy or use specific PAC script if given.
- kPolicyAutoDetectProxyServerMode = 1,
- // Use manually configured proxy servers (fixed servers).
- kPolicyManuallyConfiguredProxyServerMode = 2,
- // Use system proxy server.
- kPolicyUseSystemProxyServerMode = 3,
-
- MODE_COUNT
-};
-
// An implementation of PrefStore that bridges policy settings as read from a
// ConfigurationPolicyProvider to preferences.
class ConfigurationPolicyPrefStore
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698