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, |