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

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

Issue 1784333002: Add Device Policy Handler for Bluetooth, and allow disabling the Bluetooth adapter on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bartfab's nits Created 4 years, 8 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 31b61a4e20c238a657ee234c674df610a9f66256..3b37a9d3c0d8b6faa50d2890ceb7a633ca0867b7 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -8351,10 +8351,10 @@
'name': 'DeviceAllowBluetooth',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome_os:51-'],
+ 'supported_on': ['chrome_os:52-'],
'device_only': True,
'features': {
- 'dynamic_refresh': True,
+ 'dynamic_refresh': False,
},
'example_value': True,
'id': 323,
@@ -8364,7 +8364,9 @@
If this policy is set to true or left unset, the user will be able to enable or disable Bluetooth as he wishes.
- If this policy is set, the user cannot change or override it.''',
+ If this policy is set, the user cannot change or override it.
+
+ After enabling Bluetooth, the device must be rebooted for the changes to take effect (no need to reboot the device when disabling Bluetooth).''',
},
{
'name': 'SuppressUnsupportedOSWarning',

Powered by Google App Engine
This is Rietveld 408576698