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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename all the things Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 If this setting is disabled, the enterprise web store app (if it exists) w ill be labeled with its URL.''', 2210 If this setting is disabled, the enterprise web store app (if it exists) w ill be labeled with its URL.''',
2211 }, 2211 },
2212 { 2212 {
2213 'name': 'EnableOriginBoundCerts', 2213 'name': 'EnableOriginBoundCerts',
2214 'type': 'main', 2214 'type': 'main',
2215 'supported_on': ['chrome.*:17-'], 2215 'supported_on': ['chrome.*:17-'],
2216 'features': {'dynamic_refresh': True}, 2216 'features': {'dynamic_refresh': True},
2217 'future': True, 2217 'future': True,
2218 'example_value': True, 2218 'example_value': True,
2219 'id': 114, 2219 'id': 114,
2220 'caption': '''Enable TLS origin-bound certificates extension''', 2220 'caption': '''Enable TLS domain-bound certificates extension''',
2221 'desc': '''Specifies whether the TLS origin-bound certificates extension s hould be enabled. 2221 'desc': '''Specifies whether the TLS domain-bound certificates extension s hould be enabled.
2222 2222
2223 This setting is used to enable the TLS origin-bound certificates extension for testing. This experimental setting will be removed in the future.''', 2223 This setting is used to enable the TLS domain-bound certificates extension for testing. This experimental setting will be removed in the future.''',
2224 }, 2224 },
2225 { 2225 {
2226 'name': 'EnableMemoryInfo', 2226 'name': 'EnableMemoryInfo',
2227 'type': 'main', 2227 'type': 'main',
2228 'supported_on': ['chrome.*:17-', 'chrome_os:0.18-'], 2228 'supported_on': ['chrome.*:17-', 'chrome_os:0.18-'],
2229 'features': {'dynamic_refresh': True}, 2229 'features': {'dynamic_refresh': True},
2230 'future': True, 2230 'future': True,
2231 'example_value': False, 2231 'example_value': False,
2232 'id': 115, 2232 'id': 115,
2233 'caption': '''Enable reporting memory info (JS heap size) to page''', 2233 'caption': '''Enable reporting memory info (JS heap size) to page''',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2582 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 2582 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
2583 'text': 'deprecated', 2583 'text': 'deprecated',
2584 }, 2584 },
2585 'doc_recommended': { 2585 'doc_recommended': {
2586 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 2586 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
2587 'text': 'Recommended', 2587 'text': 'Recommended',
2588 }, 2588 },
2589 }, 2589 },
2590 'placeholders': [], 2590 'placeholders': [],
2591 } 2591 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.h » ('j') | chrome/browser/net/sqlite_origin_bound_cert_store.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698