Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: components/policy/resources/policy_templates.json

Issue 2162413002: Introduce an NTPContentSuggestionsEnabled policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_flip
Patch Set: review Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698