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

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

Issue 2314813002: Refactored DeviceStatusCollector to enable truely asynchronous status queries (Closed)
Patch Set: Initialize *status_ in the C++11'y way 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
« no previous file with comments | « components/policy/proto/device_management_backend.proto ('k') | no next file » | 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 4925 matching lines...) Expand 10 before | Expand all | Expand 10 after
4936 }, 4936 },
4937 { 4937 {
4938 'name': 'ReportUploadFrequency', 4938 'name': 'ReportUploadFrequency',
4939 'type': 'int', 4939 'type': 'int',
4940 'schema': { 'type': 'integer', 'minimum': 60000 }, 4940 'schema': { 'type': 'integer', 'minimum': 60000 },
4941 'supported_on': ['chrome_os:42-'], 4941 'supported_on': ['chrome_os:42-'],
4942 'device_only': True, 4942 'device_only': True,
4943 'features': { 4943 'features': {
4944 'dynamic_refresh': True, 4944 'dynamic_refresh': True,
4945 }, 4945 },
4946 'example_value': 180000, 4946 'example_value': 10800000,
4947 'id': 292, 4947 'id': 292,
4948 'caption': '''Frequency of device status report uploads''', 4948 'caption': '''Frequency of device status report uploads''',
4949 'tags': ['admin-sharing'], 4949 'tags': ['admin-sharing'],
4950 'desc': '''How frequently device status uploads are sent, in milliseconds. 4950 'desc': '''How frequently device status uploads are sent, in milliseconds.
4951 4951
4952 If this policy is unset, the default frequency is 3 hours. The minimum 4952 If this policy is unset, the default frequency is 3 hours. The minimum
4953 allowed frequency is 60 seconds.''', 4953 allowed frequency is 60 seconds.''',
4954 'arc_support': 'This policy has no effect on the logging done by Android.' , 4954 'arc_support': 'This policy has no effect on the logging done by Android.' ,
4955 }, 4955 },
4956 { 4956 {
(...skipping 4153 matching lines...) Expand 10 before | Expand all | Expand 10 after
9110 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9110 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9111 'text': 'Default Settings (users can override)', 9111 'text': 'Default Settings (users can override)',
9112 }, 9112 },
9113 'doc_complex_policies_on_windows': { 9113 'doc_complex_policies_on_windows': {
9114 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9114 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9115 '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>' '', 9115 '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>' '',
9116 }, 9116 },
9117 }, 9117 },
9118 'placeholders': [], 9118 'placeholders': [],
9119 } 9119 }
OLDNEW
« no previous file with comments | « components/policy/proto/device_management_backend.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698