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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 199233002: Moved the ManagedBookmarksPolicyHandler to a shared file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 6222 matching lines...) Expand 10 before | Expand all | Expand 10 after
6233 'schema': { 6233 'schema': {
6234 'type': 'object', 6234 'type': 'object',
6235 'items': { 6235 'items': {
6236 'type': 'object', 6236 'type': 'object',
6237 'properties': { 6237 'properties': {
6238 'name': { 'type': 'string' }, 6238 'name': { 'type': 'string' },
6239 'url': { 'type': 'string' }, 6239 'url': { 'type': 'string' },
6240 }, 6240 },
6241 }, 6241 },
6242 }, 6242 },
6243 'supported_on': ['android:30-'], 6243 'supported_on': ['android:30-', 'ios:35-'],
6244 'features': { 6244 'features': {
6245 'dynamic_refresh': True, 6245 'dynamic_refresh': True,
6246 'per_profile': True, 6246 'per_profile': True,
6247 }, 6247 },
6248 'future': True, 6248 'future': True,
6249 'example_value': { "name": "Google", "url": "google.com" }, 6249 'example_value': { "name": "Google", "url": "google.com" },
6250 'id': 227, 6250 'id': 227,
6251 'caption': '''Managed Bookmarks''', 6251 'caption': '''Managed Bookmarks''',
6252 'desc': '''Configures a list of managed bookmarks. 6252 'desc': '''Configures a list of managed bookmarks.
6253 6253
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
6420 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6420 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6421 'text': 'deprecated', 6421 'text': 'deprecated',
6422 }, 6422 },
6423 'doc_recommended': { 6423 'doc_recommended': {
6424 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6424 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6425 'text': 'Default Settings (users can override)', 6425 'text': 'Default Settings (users can override)',
6426 }, 6426 },
6427 }, 6427 },
6428 'placeholders': [], 6428 'placeholders': [],
6429 } 6429 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698