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

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: filter app from c++ 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 82d87be8f32fade4cb9df30e861d3471e74951ca..65c987e73b5a7c00444f57a4de96922ba8a303cc 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(

Powered by Google App Engine
This is Rietveld 408576698