| Index: chrome/app/policy/policy_templates.json
|
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
|
| index 4902f9934eb0da5787e28c7051c8e01d579962e4..bea40f1d1f2651f9c3ecb38fca6dcd1261247199 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: 120
|
| +# For your editing convenience: highest ID currently used: 121
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -2308,6 +2308,19 @@
|
|
|
| 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.''',
|
| },
|
| + {
|
| + 'name': 'ReportDeviceBootMode',
|
| + 'type': 'main',
|
| + 'supported_on': ['chrome_os:18-'],
|
| + 'device_only': True,
|
| + 'features': {'dynamic_refresh': True},
|
| + 'example_value': False,
|
| + 'id': 121,
|
| + 'caption': '''Report device boot mode''',
|
| + 'desc': '''Report the state of the device's dev switch at boot.
|
| +
|
| + If the policy is not set, or set to false, the state of the dev switch will not be reported.''',
|
| + },
|
| ],
|
| 'messages': {
|
| # Messages that are not associated to any policies.
|
|
|