Chromium Code Reviews

Unified Diff: chrome/browser/configuration_policy_pref_store.cc

Issue 2119005: [Win] Implement core mechanism to honor Windows Group Policy (Closed)
Patch Set: merge with latest Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/configuration_policy_pref_store_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/configuration_policy_pref_store.cc
diff --git a/chrome/browser/configuration_policy_pref_store.cc b/chrome/browser/configuration_policy_pref_store.cc
index c883b707ce1b78f474ca083e93dc39cc4d0d2108..9a3a6e532b27630e69468c454a37d53424b65cde 100644
--- a/chrome/browser/configuration_policy_pref_store.cc
+++ b/chrome/browser/configuration_policy_pref_store.cc
@@ -14,7 +14,7 @@ ConfigurationPolicyPrefStore::simple_policy_map_[] = {
{ Value::TYPE_STRING, kPolicyHomePage, prefs::kHomePage },
{ Value::TYPE_BOOLEAN, kPolicyHomepageIsNewTabPage,
prefs::kHomePageIsNewTabPage },
- { Value::TYPE_INTEGER, kPolicyCookiesEnabled, prefs::kCookieBehavior }
+ { Value::TYPE_INTEGER, kPolicyCookiesMode, prefs::kCookieBehavior }
};
ConfigurationPolicyPrefStore::ConfigurationPolicyPrefStore(
« no previous file with comments | « no previous file | chrome/browser/configuration_policy_pref_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine