Chromium Code Reviews| 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..084b9fe05aa6ec070de09460cbae19aa601a18db 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,27 @@ |
| 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 and the user cannot enable it back. |
| + |
| + If this policy is set to true, the user will be able to enable or disable Bluetooth as he wishes. |
|
bartfab (slow)
2016/03/10 17:57:34
Final nit: It is OK to join these two into "If thi
Ivan Šandrk
2016/03/11 14:17:59
Done.
|
| + |
| + If this policy is 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.''', |
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |