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

Unified 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: Remove illegal XML chars from policy description. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 29d0f0044c67e1230e5ebfe259e7fb107eadd705..b7257ced59d99e685d97de9ca35375b2a4f06b5d 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -112,7 +112,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 118
+# For your editing convenience: highest ID currently used: 120
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2282,6 +2282,32 @@
If the policy is not set, or is set to false, then record splitting will be used on SSL/TLS connections which use CBC ciphersuites.''',
},
+ {
+ 'name': 'ReportDeviceVersionInfo',
+ 'type': 'main',
+ 'supported_on': ['chrome_os:0.18-'],
+ 'device_only': True,
+ 'features': {'dynamic_refresh': True},
+ 'example_value': False,
+ 'id': 119,
+ 'caption': '''Report OS and firmware version.''',
+ 'desc': '''Report OS and firmware version of enrolled devices.
+
+ If this setting is set to True, enrolled devices will report the OS and firmware version periodically. If this setting is not set or set to False, version info will not be reported.''',
+ },
+ {
+ 'name': 'ReportDeviceActivityTimes',
+ 'type': 'main',
+ 'supported_on': ['chrome_os:18-'],
+ 'device_only': True,
+ 'features': {'dynamic_refresh': True},
+ 'example_value': False,
+ 'id': 120,
+ 'caption': '''Report device activity times''',
+ 'desc': '''Report device activity times.
+
+ 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.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698