Index: components/policy/resources/policy_templates.json |
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
index cf01b8c43a356ac9d30390f8cb3cbea999e28af2..2eb824f8e2ef75652906ab1d40f8ab87c81e54f2 100644 |
--- a/components/policy/resources/policy_templates.json |
+++ b/components/policy/resources/policy_templates.json |
@@ -137,7 +137,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: 323 |
+# For your editing convenience: highest ID currently used: 324 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -8359,6 +8359,21 @@ |
If this policy is set, the user cannot change or override it.''', |
}, |
+ { |
+ 'name': 'SuppressUnsupportedOSWarning', |
+ 'caption': '''Suppress the unsupported OS warning''', |
+ 'desc': '''Suppresses the warning that appears when <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is running on a computer or operating system that is no longer supported.''', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome.*:49-','chrome_os:49-'], |
Thiemo Nagel
2016/03/30 16:13:03
Does that really apply to Chrome OS? Under which
|
+ 'features': { |
+ 'dynamic_refresh': False, |
+ 'per_profile': False, |
+ }, |
+ 'example_value': True, |
+ 'tags': ['system-security'], |
+ 'id': 324, |
+ }, |
], |
'messages': { |
# Messages that are not associated to any policies. |