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

Unified Diff: chrome/browser/configuration_policy_provider.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/configuration_policy_provider.h ('k') | chrome/browser/configuration_policy_provider_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/configuration_policy_provider.cc
diff --git a/chrome/browser/configuration_policy_provider.cc b/chrome/browser/configuration_policy_provider.cc
index 1b9a5a81502aa4c9448d52a0a411d454ce3baa87..a47e8e2010290c6f69d761cb48f05aff60831d4a 100644
--- a/chrome/browser/configuration_policy_provider.cc
+++ b/chrome/browser/configuration_policy_provider.cc
@@ -20,8 +20,8 @@ const PolicyValueTreeMappingEntry kPolicyValueTreeMapping[] = {
Value::TYPE_STRING, L"homepage" },
{ ConfigurationPolicyStore::kPolicyHomepageIsNewTabPage,
Value::TYPE_BOOLEAN, L"homepage_is_newtabpage" },
- { ConfigurationPolicyStore::kPolicyCookiesEnabled,
- Value::TYPE_BOOLEAN, L"cookies_enabled" }
+ { ConfigurationPolicyStore::kPolicyCookiesMode,
+ Value::TYPE_INTEGER, L"cookies_enabled" }
};
}
« no previous file with comments | « chrome/browser/configuration_policy_provider.h ('k') | chrome/browser/configuration_policy_provider_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698