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

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

Issue 11859029: Add a policy to hide the Web Store on new tabs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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 2a8ac08c4a58c44e21fb1b05ec2623bd477a0818..707d0e117b611e453af60d02d5558b1d4d8fcc78 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
@@ -284,7 +284,9 @@ INSTANTIATE_TEST_CASE_P(
PolicyAndPref(key::kDisablePrintPreview,
prefs::kPrintPreviewDisabled),
PolicyAndPref(key::kDeveloperToolsDisabled,
- prefs::kDevToolsDisabled)));
+ prefs::kDevToolsDisabled),
+ PolicyAndPref(key::kHideWebStoreIcon,
+ prefs::kHideWebStoreIcon)));
#if defined(OS_CHROMEOS)
INSTANTIATE_TEST_CASE_P(
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698