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..d28b741717cdd7025785350c21d7648bf4c57788 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,22 @@ |
'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': 'QuicEnabled', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.*:43-'], |
+ 'device_only': False, |
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': True, |
+ 'id': 296, |
+ 'caption': '''Enable QUIC protocol''', |
+ 'desc': '''If this policy is set to true 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 not possible.''', |
Andrew T Wilson (Slow)
2015/03/12 17:23:34
Maybe describe the default?
peletskyi
2015/03/13 12:00:40
Done.
|
+ }, |
], |
'messages': { |
# Messages that are not associated to any policies. |