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

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

Issue 1736293002: Added boolean policy to enable deactivation of bluetooth for managed devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed policy, added missing stuff Created 4 years, 10 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 e6206402bed611f423a1f3578096af7bb56875d6..3288de0375b85e1184d6a6ed7e690dcda4e70b6c 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -137,7 +137,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: 320
+# For your editing convenience: highest ID currently used: 321
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -8269,6 +8269,21 @@
If the policy is not configured or set to false, the required_platform_version manifest key is ignored and auto update proceeds as normal.''',
},
+ {
+ 'name': 'DeviceAllowBluetooth',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome_os:51-'],
+ 'device_only': True,
+ 'features': {
+ 'dynamic_refresh': True,
+ },
+ 'example_value': True,
+ 'id': 321,
+ 'caption': '''Allow bluetooth on device''',
+ 'tags': [],
+ 'desc': '''If this policy is set to false, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will disable bluetooth (it will also be shown as disabled and greyed out in the UI).''',
bartfab (slow) 2016/03/07 11:28:24 Nit 1: No need to specify that it will be greyed o
Ivan Šandrk 2016/03/07 13:07:44 Done.
+ },
],
'messages': {
# Messages that are not associated to any policies.

Powered by Google App Engine
This is Rietveld 408576698