Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index c10cccdb7ae5ac6b686d6727c349dda2ec4f7b14..dde893776be2c586373ac6ec1a5072f77af6ab35 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: 296 |
+# For your editing convenience: highest ID currently used: 297 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -7289,6 +7289,22 @@ |
'desc': '''<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> caches Apps and Extensions for installation by multiple users of a single device to avoid re-downloading them for each user. |
If this policy is not configured or the value is lower than 1 MB, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the default cache 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': 297, |
+ '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. |