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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 8772014: Add a preference for enabling the TLS origin-bound certificates extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | chrome/browser/net/ssl_config_service_manager_pref.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
===================================================================
--- chrome/app/policy/policy_templates.json (revision 112382)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -100,7 +100,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 113
+# For your editing convenience: highest ID currently used: 114
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2129,6 +2129,19 @@
If this setting is disabled, the enterprise web store app (if it exists) will be labeled with its URL.''',
},
+ {
+ 'name': 'EnableOriginBoundCerts',
+ 'type': 'main',
+ 'supported_on': ['chrome.*:17-'],
+ 'features': {'dynamic_refresh': 0},
+ 'future': False,
wtc 2011/12/01 21:39:34 mnissler: I assume the 'main' type means it is a b
+ 'example_value': True,
+ 'id': 114,
+ 'caption': '''Enable the TLS origin-bound certificates extension''',
+ 'desc': ''' Enables the TLS origin-bound certificates extension.
+
mattm 2011/12/01 23:22:52 Is the extra whitespace and repeating the caption
wtc 2011/12/02 01:48:11 The extra whitespace in the 'desc' was copied from
+ This setting is used to enable the TLS origin-bound certificates extension for a group of Google employees for testing. This setting will be deleted in the future.''',
+ },
],
'messages': {
# Messages that are not associated to any policies.
« no previous file with comments | « no previous file | chrome/browser/net/ssl_config_service_manager_pref.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698