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 36d615170dc9a92c178936d0bcec4415df65af59..fc4d0e9a0eba902f5fac4d75321ef80339cae1f0 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: |
| @@ -8775,6 +8775,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, interests, or location. |
| + |
| + If this is set to false, no automatically-generated content suggestions are shown on the New Tab page.''', |
|
Thiemo Nagel
2016/08/01 09:23:25
optional nit: "no ... suggestions are shown" --> "
Marc Treib
2016/08/01 10:30:51
Done.
|
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |