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 43219ae6ac2d3c42fa515a56b65053311813b812..e2338f38246955ea9926df564e69c1ece768d20d 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -7550,7 +7550,7 @@ |
| These bookmarks are placed in a "Managed bookmarks" folder that can't be modified by the user, but the user can choose to hide it from the bookmark bar. Managed bookmarks are not synced to the user account and can't be modified by extensions. |
| - The folder name for the bookmarks is customizable by adding a {"toplevel_name": "some name"} list item.''', |
| + The folder name for the bookmarks is customizable by adding a {"toplevel_name": "some name"} list item, eg. set the policy value to [{"toplevel_name": "My managed bookmarks"}, {"url": "google.com", "name": "Google"}, {"url": "youtube.com", "name": "Youtube"}, {"name": "Chrome links", "children": [{"url": "chromium.org", "name": "Chromium"}, {"url": "dev.chromium.org", "name": "Chromium Developers"}]}]. This functionality is available starting from release 51.''', |
|
Thiemo Nagel
2016/06/06 18:39:32
Why don't you add toplevel_name to the example sec
Ivan Šandrk
2016/06/07 12:03:39
Done.
|
| }, |
| { |
| 'name': 'DataCompressionProxyEnabled', |