Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index d2b53921b89e88af7f67ff8961f053e10ee2a2ca..fcd579961dbc89cc49f3017b8b254c0e83ce6329 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, |