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

Unified Diff: components/policy/resources/policy_templates.json

Issue 293033012: Add a device setting that indicates dev mode blocking status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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..4aecccd54477e359df1c5364a62ee5fb65e49d85 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 no.
Joao da Silva 2014/05/22 15:04:07 turned "on"
Mattias Nissler (ping if slow) 2014/05/23 06:51:26 Done.
+
+ If this policy is unset or set to False, developer mode will remain available for the device.'''
+ },
+ {
'name': 'BackgroundModeEnabled',
'type': 'main',
'schema': { 'type': 'boolean' },

Powered by Google App Engine
This is Rietveld 408576698