| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 8ef71a7c13f45d18a915a9d50389f037113914f5..a9746f9ac09cd0e233026e383f4071ea0edd6902 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -123,7 +123,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: 298
|
| +# For your editing convenience: highest ID currently used: 299
|
| #
|
| # Placeholders:
|
| # The following placeholder strings are automatically substituted:
|
| @@ -7321,6 +7321,22 @@
|
| 'desc': '''If this policy is set to true, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will unconditionally maximize the the first window shown on first run.
|
| If this policy is set to false or not configured, a heuristic will decide whether to maximize the first window shown, based on the screen size.''',
|
| },
|
| + {
|
| + 'name': 'QuicAllowed',
|
| + 'type': 'main',
|
| + 'schema': { 'type': 'boolean' },
|
| + 'supported_on': ['chrome.*:43-', 'chrome_os:43-'],
|
| + 'features': {
|
| + 'dynamic_refresh': False,
|
| + 'per_profile': False,
|
| + },
|
| + 'example_value': True,
|
| + 'id': 299,
|
| + 'caption': '''Allows QUIC protocol''',
|
| + 'desc': '''If this policy is set to true or not set usage of QUIC protocol in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is allowed.
|
| + If this policy is set to false usage of QUIC protocol is disallowed.''',
|
| + },
|
| +
|
| ],
|
| 'messages': {
|
| # Messages that are not associated to any policies.
|
|
|