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..d062ca1df261277ee051aba9c60fd87b9c5f856b 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. |
| + |
| + 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.*:51-','chrome_os:51-'], |
|
Andrew T Wilson (Slow)
2016/04/08 15:50:26
BTW, if this CL can land before the branch, great,
|
| + 'features': { |
| + 'dynamic_refresh': True, |
| + 'per_profile': False, |
| + }, |
| + 'example_value': True, |
| + 'tags': [], |
| + 'id': 327, |
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |