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

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: 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 51bd259333ad5161b18731f857335291dcd7b751..7ca4ab7e0f122ed58b66be31688ef29e82e4fbcf 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -6521,6 +6521,18 @@
}, {
"name": "Youtube",
"url": "youtube.com"
+ }, {
+ "name": "Chrome links",
+ "children": [
+ {
+ "name": "Chromium",
+ "url": "chromium.org"
+ },
+ {
+ "name": "Chromium Developers",
+ "url": "dev.chromium.org"
+ }
+ ]
}
],
'id': 227,
@@ -6842,7 +6854,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".''',
},
],
'messages': {
« 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