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

Unified Diff: chrome/browser/configuration_policy_pref_store_unittest.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_pref_store.cc ('k') | chrome/browser/configuration_policy_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/configuration_policy_pref_store_unittest.cc
diff --git a/chrome/browser/configuration_policy_pref_store_unittest.cc b/chrome/browser/configuration_policy_pref_store_unittest.cc
index 1544b18d0fc9b1a90eed32e123513d3767706292..20748573c441f5b72e742c57c14ad4744bbf72c7 100644
--- a/chrome/browser/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/configuration_policy_pref_store_unittest.cc
@@ -56,7 +56,7 @@ TEST(ConfigurationPolicyPrefStoreTest, TestSettingCookiesEnabledDefault) {
TEST(ConfigurationPolicyPrefStoreTest, TestSettingCookiesEnabledOverride) {
ConfigurationPolicyPrefStore store(0);
- store.Apply(ConfigurationPolicyPrefStore::kPolicyCookiesEnabled,
+ store.Apply(ConfigurationPolicyPrefStore::kPolicyCookiesMode,
Value::CreateIntegerValue(2));
int result = 0;
store.prefs()->GetInteger(prefs::kCookieBehavior, &result);
« no previous file with comments | « chrome/browser/configuration_policy_pref_store.cc ('k') | chrome/browser/configuration_policy_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698