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..bb1e700efaa6543b1e1ce33d1e5e08d3b7005091 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -7512,6 +7512,8 @@ |
| }, |
| 'example_value': [ |
| { |
| + "toplevel_name": "My managed bookmarks" |
| + }, { |
| "name": "Google", |
| "url": "google.com" |
| }, { |
| @@ -7550,7 +7552,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. This functionality is available starting from release 51.''', |
|
Thiemo Nagel
2016/06/07 12:14:07
Much better than before! Still I think readabilit
Ivan Šandrk
2016/06/07 13:06:09
Done.
|
| }, |
| { |
| 'name': 'DataCompressionProxyEnabled', |