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

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

Issue 658393002: Improve the documentation for the ManagedBookmarks policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: fixed docs Created 6 years, 2 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 | « no previous file | no next file » | 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 86184b5471cc867e30a22048b62af6e8d84810ed..be1e3ba51d7dd1ac9b2b9a4043f7e6ea98ffaf97 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -6521,21 +6521,27 @@
}, {
"name": "Youtube",
"url": "youtube.com"
+ }, {
+ "name": "Chrome links",
+ "children": [
+ {
+ "name": "Chromium",
+ "url": "chromium.org"
+ },
+ {
+ "name": "Chromium Developers",
+ "url": "dev.chromium.org"
+ }
+ ]
}
],
'id': 227,
'caption': '''Managed Bookmarks''',
'desc': '''Configures a list of managed bookmarks.
- The policy is a list of bookmarks, and each bookmark is a dictionary containing the bookmark "name" and target "url".
+ The policy is a list of bookmarks, and each bookmark is a dictionary containing the bookmark "name" and the target "url". A bookmark can also be configured as a folder. In that case, define the folder "name" but don't define an "url"; instead, define the folder contents as another list of bookmarks under the "children" key. Chrome will amend incomplete URLs as if they were submitted via the Omnibox. For example, "google.com" becomes "http://google.com/".
- A bookmark can also be configured as a folder. In that case, define the folder "name" but don't define an "url"; instead, define the folder contents as another list of bookmarks under the "children" key.
-
- These bookmarks are placed in a Managed bookmarks folder inside the Mobile bookmarks. These bookmarks can't be modified by the user.
-
- When this policy is set then the Managed bookmarks are the default folder opened when the bookmarks view is opened in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
-
- Managed bookmarks are not synced to the user account.''',
+ These bookmarks are placed in a Managed bookmarks folder that can't be modified by the user. Managed bookmarks are not synced to the user account and can't be modified by extensions.''',
},
{
'name': 'DataCompressionProxyEnabled',
@@ -6842,7 +6848,7 @@
Otherwise it may be set to one of the following values: "sslv3", "tls1", "tls1.1" or "tls1.2". When set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will not use SSL/TLS versions less than the specified version. An unrecognized value will be ignored.
- Note that, despite the number, "sslv3" is an earier version than "tls1".''',
+ Note that, despite the number, "sslv3" is an earlier version than "tls1".''',
},
{
'name': 'SSLVersionFallbackMin',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698