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

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

Issue 8819015: Roll grit to r9, added new template input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « DEPS ('k') | no next file » | 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 d0e3d04b9a429b7f2d00e00a23aa42632c3b7ca3..577e0a602bce79cb792e257441208312e739496b 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -2225,10 +2225,18 @@
'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
'text': '''Dynamic Policy Refresh'''
},
+ 'doc_feature_can_be_recommended': {
+ 'desc': '''The name of the feature that indicates for a given policy that it can be recommended, instead of mandatory''',
+ 'text': '''Can Be Recommended'''
+ },
'doc_deprecated': {
- 'desc': '''Text appended in parentheses to the policy name to indicate t hat it has been deprecated''',
+ 'desc': '''Text appended in parentheses to the policy name to indicate that it has been deprecated''',
'text': 'deprecated',
- }
+ },
+ 'doc_recommended': {
+ 'desc': '''Text appended in parentheses next to the policies top-level container to indicate that those policies are of the Recommended level''',
+ 'text': 'Recommended',
+ },
},
'placeholders': [],
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698