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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list.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_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index 7d272a955af4cacc5afce5f1b64a0f5f2765bfd3..47241a89343fad110e17f4fa7be521352feebc01 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -322,6 +322,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kVideoCaptureAllowed,
prefs::kVideoCaptureAllowed,
Value::TYPE_BOOLEAN },
+ { key::kHideWebStoreIcon,
+ prefs::kHideWebStoreIcon,
+ Value::TYPE_BOOLEAN },
#if defined(OS_CHROMEOS)
{ key::kChromeOsLockOnIdleSuspend,

Powered by Google App Engine
This is Rietveld 408576698