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

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

Issue 7528024: Add a policy to allow NTP promotions & default apps to be disabled. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Disable app promo tests for ChromeOS. Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/extensions/apps_promo.cc » ('j') | chrome/browser/extensions/apps_promo.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 59d9950e4388232301b07f6daf2d1cbfd7c16371..fa468a5278574a4cc7735290eee5b18526042804 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -94,7 +94,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: 95
+# For your editing convenience: highest ID currently used: 96
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -1661,6 +1661,16 @@
Some web apps are known to consume many connections with hanging GETs, so lowering below 32 may lead to browser networking hangs if too many such web apps are open. Lower below the default at your own risk.''',
},
+ {
+ 'name': 'HideWebStorePromo',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'],
+ 'features': {'dynamic_refresh': 0},
+ 'example_value': False,
+ 'id': 96,
+ 'caption': '''Prevent app promotions from appearing on the new tab page''',
+ 'desc': '''When set to True, promotions for Chrome Web Store apps will not appear on the new tab page.''',
+ },
],
'messages': {
« no previous file with comments | « no previous file | chrome/browser/extensions/apps_promo.cc » ('j') | chrome/browser/extensions/apps_promo.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698