Index: chrome/app/policy/policy_templates.json |
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
index fbd4a5bc36fc09825eb321ad100088416610b50a..a0c6a1b56c08266c67b91e579f504f633a6460d6 100644 |
--- a/chrome/app/policy/policy_templates.json |
+++ b/chrome/app/policy/policy_templates.json |
@@ -112,7 +112,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: 214 |
+# For your editing convenience: highest ID currently used: 215 |
# |
# Placeholders: |
# The following placeholder strings are automatically substituted: |
@@ -4789,6 +4789,19 @@ |
], |
}, |
{ |
+ 'name': 'SuppressChromeFrameTurndownPrompt', |
+ 'caption': '''Suppress the <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> turndown prompt''', |
+ 'desc': '''Suppresses the turndown prompt that appears when a site is rendered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.''', |
+ 'type': 'main', |
+ 'schema': { 'type': 'boolean' }, |
+ 'supported_on': ['chrome_frame:29-'], |
+ 'features': { |
+ 'dynamic_refresh': False, |
robertshield
2013/06/19 23:36:33
False is probably fine, but does this make it clea
grt (UTC plus 2)
2013/06/20 19:55:29
Good point. This setting is surfaced in the docume
|
+ }, |
+ 'example_value': True, |
+ 'id': 215, |
+ }, |
+ { |
'name': 'LocallyManagedUsers', |
'type': 'group', |
'caption': '''Locally managed users settings''', |