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 45006a30e2ede3db2772a3e13f57fabf2f7a6398..0bd7efd031de8f44dd034e46b333086e868338eb 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: 325 |
| +# For your editing convenience: highest ID currently used: 327 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -8457,6 +8457,25 @@ |
| If SystemTimezone policy is set, it overrides this policy. In this case automatic timezone detection is completely disabled.''', |
| }, |
| + { |
| + 'name': 'TaskManagerEndProcessEnabled', |
| + 'caption': '''Enables ending processes in Task Manager''', |
| + 'desc': '''Enables ending processes in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Task Manager. |
|
Thiemo Nagel
2016/04/25 14:16:30
There's a duplicate blank before "Task Manager".
|
| + |
| + If set to false, the 'End process' button is disabled in the Task Manager. |
| + |
| + If set to true or not configured, the user can end processes in the Task Manager.''', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome.*:52-','chrome_os:52-'], |
| + 'features': { |
| + 'dynamic_refresh': True, |
| + 'per_profile': False, |
| + }, |
| + 'example_value': True, |
| + 'tags': [], |
| + 'id': 327, |
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |