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

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: 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_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index 58d85ea6cc945127471bbfbfe88e828b8f3ae76e..9b2247f7bca23cab58bb6f93ca9bed71d469ef03 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,
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/browser/policy/configuration_policy_pref_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698