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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2140733002: Remove HttpStreamFactory::spdy_enabled_ static member and accessors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop half of this CL. Created 4 years, 5 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
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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 }, 468 },
469 { 469 {
470 'name': 'DisableSpdy', 470 'name': 'DisableSpdy',
471 'type': 'main', 471 'type': 'main',
472 'schema': { 'type': 'boolean' }, 472 'schema': { 'type': 'boolean' },
473 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'], 473 'supported_on': ['chrome.*:8-', 'chrome_os:11-', 'android:30-'],
474 'features': { 474 'features': {
475 'dynamic_refresh': True, 475 'dynamic_refresh': True,
476 'per_profile': False, 476 'per_profile': False,
477 }, 477 },
478 'deprecated': True,
478 'example_value': True, 479 'example_value': True,
479 'id': 8, 480 'id': 8,
480 'caption': '''Disable SPDY protocol''', 481 'caption': '''Disable SPDY protocol''',
481 'tags': [], 482 'tags': [],
482 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>. 483 'desc': '''This policy is deprecated, because SPDY/3.1 support is removed.
484
485 Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
483 486
484 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 487 If this policy is enabled the SPDY protocol will not be available in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
485 488
486 Setting this policy to disabled will allow the usage of SPDY. 489 Setting this policy to disabled will allow the usage of SPDY.
487 490
488 If this policy is left not set, SPDY will be available.''', 491 If this policy is left not set, SPDY will be available.''',
489 }, 492 },
490 { 493 {
491 'name': 'DisabledSchemes', 494 'name': 'DisabledSchemes',
492 'type': 'list', 495 'type': 'list',
(...skipping 8372 matching lines...) Expand 10 before | Expand all | Expand 10 after
8865 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8868 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8866 'text': 'Default Settings (users can override)', 8869 'text': 'Default Settings (users can override)',
8867 }, 8870 },
8868 'doc_complex_policies_on_windows': { 8871 'doc_complex_policies_on_windows': {
8869 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8872 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8870 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 8873 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
8871 }, 8874 },
8872 }, 8875 },
8873 'placeholders': [], 8876 'placeholders': [],
8874 } 8877 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698