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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 9284025: Add policies for specific parts of device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mark policies as ChromeOS- and device-only. Created 8 years, 11 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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 # templates and documentation. The policy definition list that Chrome sees 105 # templates and documentation. The policy definition list that Chrome sees
106 # will include policies marked with 'future'. If a WIP policy isn't meant to 106 # will include policies marked with 'future'. If a WIP policy isn't meant to
107 # be seen by the policy providers either, the 'supported_on' key should be set 107 # be seen by the policy providers either, the 'supported_on' key should be set
108 # to an empty list. 108 # to an empty list.
109 # 109 #
110 # IDs: 110 # IDs:
111 # Since a Protocol Buffer definition is generated from this file, unique and 111 # Since a Protocol Buffer definition is generated from this file, unique and
112 # persistent IDs for all fields (but not for groups!) are needed. These are 112 # persistent IDs for all fields (but not for groups!) are needed. These are
113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
114 # because doing so would break the deployed wire format! 114 # because doing so would break the deployed wire format!
115 # For your editing convenience: highest ID currently used: 117 115 # For your editing convenience: highest ID currently used: 119
116 # 116 #
117 # Placeholders: 117 # Placeholders:
118 # The following placeholder strings are automatically substituted: 118 # The following placeholder strings are automatically substituted:
119 # $1 -> Google Chrome / Chromium 119 # $1 -> Google Chrome / Chromium
120 # $2 -> Google Chrome OS / Chromium OS 120 # $2 -> Google Chrome OS / Chromium OS
121 # $3 -> Google Chrome Frame / Chromium Frame 121 # $3 -> Google Chrome Frame / Chromium Frame
122 # $6 is reserved for doc_writer 122 # $6 is reserved for doc_writer
123 # 123 #
124 # Device Policy: 124 # Device Policy:
125 # An additional flag device_only (optional, defaults to False) indicates 125 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 2137 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 'type': 'main', 2263 'type': 'main',
2264 'supported_on': ['chrome.*:18-'], 2264 'supported_on': ['chrome.*:18-'],
2265 'features': {'dynamic_refresh': False}, 2265 'features': {'dynamic_refresh': False},
2266 'example_value': False, 2266 'example_value': False,
2267 'id': 117, 2267 'id': 117,
2268 'caption': '''Disable Print Preview''', 2268 'caption': '''Disable Print Preview''',
2269 'desc': '''Disable print preview. 2269 'desc': '''Disable print preview.
2270 2270
2271 This setting is used to force the use of the system print dialog instead o f print preview.''', 2271 This setting is used to force the use of the system print dialog instead o f print preview.''',
2272 }, 2272 },
2273 {
2274 'name': 'ReportDeviceVersionInfo',
2275 'type': 'main',
2276 'supported_on': ['chrome_os:0.18-'],
2277 'device_only': True,
Joao da Silva 2012/01/24 16:21:20 This means the protobuf generated for user policy
Patrick Dubroy 2012/01/24 17:03:42 Done.
2278 'features': {'dynamic_refresh': True},
2279 'example_value': False,
2280 'id': 118,
2281 'caption': '''Report OS & firmware version.''',
2282 'desc': '''Report OS & firmware version of enrolled devices.
2283
2284 If this setting is set to True, enrolled devices will report the OS and fi rmware version periodically. If this setting is not set or set to False, version info will not be reported.''',
2285 },
2286 {
2287 'name': 'ReportDeviceActivityTimes',
2288 'type': 'main',
2289 'supported_on': ['chrome_os:18-'],
2290 'device_only': True,
2291 'features': {'dynamic_refresh': True},
2292 'example_value': False,
2293 'id': 119,
2294 'caption': '''Report device activity times''',
2295 'desc': '''Report device activity times.
2296
2297 If this setting is set to True, enrolled devices will report time periods when a user is active on the device. If this setting is not set or set to False, device activity times will not be recorded or reported.''',
2298 },
2273 ], 2299 ],
2274 'messages': { 2300 'messages': {
2275 # Messages that are not associated to any policies. 2301 # Messages that are not associated to any policies.
2276 'win_supported_winxpsp2': { 2302 'win_supported_winxpsp2': {
2277 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', 2303 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''',
2278 'text': '''Microsoft Windows XP SP2 or later''' 2304 'text': '''Microsoft Windows XP SP2 or later'''
2279 }, 2305 },
2280 'mac_chrome_preferences': { 2306 'mac_chrome_preferences': {
2281 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', 2307 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''',
2282 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 2308 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 2387 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
2362 'text': 'deprecated', 2388 'text': 'deprecated',
2363 }, 2389 },
2364 'doc_recommended': { 2390 'doc_recommended': {
2365 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 2391 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
2366 'text': 'Recommended', 2392 'text': 'Recommended',
2367 }, 2393 },
2368 }, 2394 },
2369 'placeholders': [], 2395 'placeholders': [],
2370 } 2396 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | chrome/common/pref_names.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698