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

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

Issue 10825197: Deprecated HideWebStorePromo policy and updated the pyauto test case for it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/test/functional/policy_test_cases.py » ('j') | no next file with comments »
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 fcdab00ecbda17fb8a4cf82b9e2c1e8cdb5e673b..6578e4c45b64476a486e434c2745025a3d659825 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -2403,7 +2403,8 @@
'name': 'HideWebStorePromo',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'],
+ 'supported_on': ['chrome.*:15-21', 'chrome_os:0.15-21'],
+ 'deprecated': True,
'features': {'dynamic_refresh': False},
'example_value': False,
'id': 96,
« no previous file with comments | « no previous file | chrome/test/functional/policy_test_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698