Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2536)

Unified Diff: chrome/app/policy/policy_templates.json

Issue 17153006: Chrome Frame turndown prompt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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''',

Powered by Google App Engine
This is Rietveld 408576698