Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index da5c833869c321967f4febe29528a71ba72eb039..6377801778f499319ddc6308e8e9dee7a3d149d0 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: 295 |
+# For your editing convenience: highest ID currently used: 296 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -7274,6 +7274,21 @@ |
'desc': '''If this policy is set to false or not configured, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will allow the user to shut down the device. |
If this policy is set to true, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will trigger a reboot when the user shuts down the device. <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> replaces all occurrences of shutdown buttons in the UI by reboot buttons. If the user shuts down the device using the power button, it will not automatically reboot, even if the policy is enabled.''', |
}, |
+ { |
+ 'name': 'QuicAllowed', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.*:43-'], |
Andrew T Wilson (Slow)
2015/03/13 14:00:51
It is supported on chrome_os also.
peletskyi
2015/03/18 15:42:30
Done.
|
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': True, |
+ 'id': 296, |
+ '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. |