| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 5bfab2fd8909c0e8899710273a36f90943590c8d..077770c334b4149fe1f0e18d971d1993e7c7479d 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/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: 265
|
| +# For your editing convenience: highest ID currently used: 266
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -4302,6 +4302,24 @@
|
| If this policy is set to False, an error message will be displayed instead of the network configuration prompt.'''
|
| },
|
| {
|
| + 'name': 'DeviceBlockDevmode',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome_os:37-'],
|
| + 'device_only': True,
|
| + 'features': {
|
| + 'dynamic_refresh': True,
|
| + },
|
| + 'example_value': True,
|
| + 'id': 266,
|
| + 'caption': '''Block developer mode''',
|
| + 'desc': '''Block developer mode.
|
| +
|
| + If this policy is set to True, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will prevent the device from booting into developer mode. The system will refuse to boot and show an error screen when the developer switch is turned on.
|
| +
|
| + If this policy is unset or set to False, developer mode will remain available for the device.'''
|
| + },
|
| + {
|
| 'name': 'BackgroundModeEnabled',
|
| 'type': 'main',
|
| 'schema': { 'type': 'boolean' },
|
|
|