Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index 906354203d9c4e5791d6d89da192bd223a1988c5..0590efa39e78963aadfb797c49fc260c874cf088 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: 117 |
+# For your editing convenience: highest ID currently used: 119 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -2270,6 +2270,32 @@ |
This setting is used to force the use of the system print dialog instead of print preview.''', |
}, |
+ { |
+ 'name': 'ReportDeviceVersionInfo', |
+ 'type': 'main', |
+ 'supported_on': ['chrome_os:0.18-'], |
+ '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.
|
+ 'features': {'dynamic_refresh': True}, |
+ 'example_value': False, |
+ 'id': 118, |
+ 'caption': '''Report OS & firmware version.''', |
+ 'desc': '''Report OS & 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': 119, |
+ '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. |