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..feddf2f7eb69d17d737167f59dfa8a46d74a3f5b 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-'], |
| + 'features': { |
| + 'dynamic_refresh': False, |
|
Andrew T Wilson (Slow)
2016/04/07 08:09:29
dynamic_refresh should be True, because you can ch
Marton Hunyady
2016/04/07 11:54:32
Done.
|
| + 'per_profile': True, |
|
Andrew T Wilson (Slow)
2016/04/07 08:09:29
per_profile should be false, because you are only
Marton Hunyady
2016/04/07 11:54:32
Done.
|
| + }, |
| + 'example_value': True, |
| + 'tags': [], |
| + 'id': 327, |
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |