| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index ff97e1562625b5116bc97709dac87913edc47cad..9973463f4359ca5543aaf474f74f59f6ce7b16ec 100644
|
| --- a/chrome/app/policy/policy_templates.json
|
| +++ b/chrome/app/policy/policy_templates.json
|
| @@ -118,7 +118,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: 247
|
| +# For your editing convenience: highest ID currently used: 248
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -3493,6 +3493,22 @@
|
| If the policy is not set, or set to false, the interface list will not be reported.''',
|
| },
|
| {
|
| + 'name': 'ReportDeviceUsers',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome_os:32-'],
|
| + 'device_only': True,
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + },
|
| + 'example_value': False,
|
| + 'id': 248,
|
| + 'caption': '''Report device users''',
|
| + 'desc': '''Report list of device users that have recently logged in.
|
| +
|
| + If the policy is not set, or set to false, the users will not be reported.''',
|
| + },
|
| + {
|
| 'name': 'DeviceUserWhitelist',
|
| 'type': 'list',
|
| 'schema': {
|
|
|