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

Unified Diff: chrome/browser/policy/configuration_policy_pref_store_unittest.cc

Issue 8135001: Fixed behavior of the bookmark bar visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DCHECK_EQ instead of DCHECK Created 9 years, 2 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_unittest.cc
diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
index 3257289c9e4f63ff39f5500e0646f06b5b7855ae..b789f6a475af4fa258ec8bac5f6970f585bacecc 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
@@ -238,7 +238,7 @@ INSTANTIATE_TEST_CASE_P(
TypeAndName(kPolicyAlwaysAuthorizePlugins,
prefs::kPluginsAlwaysAuthorize),
TypeAndName(kPolicyBookmarkBarEnabled,
- prefs::kEnableBookmarkBar),
+ prefs::kShowBookmarkBar),
TypeAndName(kPolicyEditBookmarksEnabled,
prefs::kEditBookmarksEnabled),
TypeAndName(kPolicyAllowFileSelectionDialogs,
« no previous file with comments | « chrome/browser/policy/configuration_policy_pref_store.cc ('k') | chrome/browser/prefs/pref_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698