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

Unified Diff: chrome/app/policy/policy_templates.json

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: Created 7 years, 11 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/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 3f3f44dc299c1b9f274a60453e08ce0fb6523aae..bf973d31f3c4719882e6c9450c95305b5c4b23a9 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -112,7 +112,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 171
+# For your editing convenience: highest ID currently used: 172
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -3876,6 +3876,25 @@
The policy value should be specified in milliseconds. Values are clamped to a range of 30 seconds to 24 hours.''',
},
+ {
+ 'name': 'HideWebStoreIcon',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome.*:26-'],
dconnelly 2013/01/18 13:11:55 Not sure what version to use here
Joao da Silva 2013/01/18 14:02:50 26 is fine. This also affects the NTP on chromeos,
+ 'features': {
+ 'dynamic_refresh': True,
+ 'per_profile': False,
Joao da Silva 2013/01/18 14:02:50 per_profile is True. This pref is stored per profi
+ },
+ 'future': False,
Joao da Silva 2013/01/18 14:02:50 This can be removed
+ 'example_value': True,
+ 'id': 172,
+ 'caption': '''Hide the web store from the new tab page''',
+ 'desc': '''Hide the Chrome Web Store icons from the New Tab Page.
+
+ When this policy is set to true, the icons are hidden.
+
+ When this policy is set to false or is not configured, the icons are visible.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | chrome/browser/resources/ntp4/new_tab.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698