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

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

Issue 307993005: Enable the ManagedBookmarks policy on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | « components/bookmarks_strings.grdp ('k') | components/policy/tools/generate_policy_source.py » ('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 744f8316d4a103113a46171b17c57e4d03b8be4b..50b442a570e486387beff931a1c939d43b0ecd26 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -6262,13 +6262,23 @@
'type': 'array',
'items': {
'type': 'object',
+ 'id': 'BookmarkType',
'properties': {
'name': { 'type': 'string' },
'url': { 'type': 'string' },
+ 'children': {
+ 'type': 'array',
+ 'items': { '$ref': 'BookmarkType' },
+ },
},
},
},
- 'supported_on': ['android:30-', 'ios:35-'],
+ 'supported_on': [
+ 'android:30-',
+ 'ios:35-',
+ 'chrome.*:37-',
+ 'chrome_os:37-',
+ ],
'features': {
'dynamic_refresh': True,
'per_profile': True,
« no previous file with comments | « components/bookmarks_strings.grdp ('k') | components/policy/tools/generate_policy_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698