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': [], |
} |