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

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

Issue 2425683004: Rename policy ReportArcStatus to ReportArcStatusEnabled (Closed)
Patch Set: Created 4 years, 2 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
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 5012 matching lines...) Expand 10 before | Expand all | Expand 10 after
5023 'id': 292, 5023 'id': 292,
5024 'caption': '''Frequency of device status report uploads''', 5024 'caption': '''Frequency of device status report uploads''',
5025 'tags': ['admin-sharing'], 5025 'tags': ['admin-sharing'],
5026 'desc': '''How frequently device status uploads are sent, in milliseconds. 5026 'desc': '''How frequently device status uploads are sent, in milliseconds.
5027 5027
5028 If this policy is unset, the default frequency is 3 hours. The minimum 5028 If this policy is unset, the default frequency is 3 hours. The minimum
5029 allowed frequency is 60 seconds.''', 5029 allowed frequency is 60 seconds.''',
5030 'arc_support': 'This policy has no effect on the logging done by Android.' , 5030 'arc_support': 'This policy has no effect on the logging done by Android.' ,
5031 }, 5031 },
5032 { 5032 {
5033 'name': 'ReportArcStatus', 5033 'name': 'ReportArcStatusEnabled',
5034 'type': 'main', 5034 'type': 'main',
5035 'schema': { 'type': 'boolean' }, 5035 'schema': { 'type': 'boolean' },
5036 'supported_on': ['chrome_os:55-'], 5036 'supported_on': ['chrome_os:55-'],
5037 'features': { 5037 'features': {
5038 'dynamic_refresh': True, 5038 'dynamic_refresh': True,
5039 'per_profile': False, 5039 'per_profile': False,
5040 }, 5040 },
5041 'example_value': False, 5041 'example_value': False,
5042 'id': 349, 5042 'id': 349,
5043 'caption': '''Report information about status of Android''', 5043 'caption': '''Report information about status of Android''',
(...skipping 4163 matching lines...) Expand 10 before | Expand all | Expand 10 after
9207 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9207 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9208 'text': 'Default Settings (users can override)', 9208 'text': 'Default Settings (users can override)',
9209 }, 9209 },
9210 'doc_complex_policies_on_windows': { 9210 'doc_complex_policies_on_windows': {
9211 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9211 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9212 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9212 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9213 }, 9213 },
9214 }, 9214 },
9215 'placeholders': [], 9215 'placeholders': [],
9216 } 9216 }
OLDNEW
« chrome/common/pref_names.cc ('K') | « chrome/test/data/policy/policy_test_cases.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698