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 98a8cff7dad1633a93cee629da1fe55c2e33d101..49853ad6c7d64f06fbea1eba9b5eca8a9d47ca4d 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: 337 |
| +# For your editing convenience: highest ID currently used: 338 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -8771,6 +8771,24 @@ |
| If this setting is not configured then users are able to turn Android Backup Service on and off in the Android Settings app.''', |
| }, |
| + { |
| + 'name': 'NTPContentSuggestionsEnabled', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['android:54-'], |
| + 'features': { |
| + 'dynamic_refresh': True, |
| + 'per_profile': True, |
| + }, |
| + 'example_value': True, |
| + 'id': 338, |
| + 'caption': '''Show content suggestions on the New Tab page''', |
| + 'tags': [], |
| + 'desc': |
| + '''If this is set to true or not set, the New Tab page may show content suggestions based on the user’s browsing history or interests. |
|
Thiemo Nagel
2016/07/29 16:10:46
Please use ' instead of ’.
Does the content not d
Marc Treib
2016/08/01 08:20:13
Good eyes! Done.
|
| + |
| + If this is set to false, no automatically-generated content suggestions will be shown on the New Tab page.''', |
|
Thiemo Nagel
2016/07/29 16:10:46
In my opinion present tense is better style.
Marc Treib
2016/08/01 08:20:13
Done.
|
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |