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

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: rebase to r207907 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 7fca71bb7cae78f36f65ec166671a9596cd63a4b..979790210a11c10f3a5b53ec447b81f9e9a2544d 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: 218
+# For your editing convenience: highest ID currently used: 219
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -4890,6 +4890,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,
+ },
+ 'example_value': True,
+ 'id': 219,
+ },
+ {
'name': 'LocallyManagedUsers',
'type': 'group',
'caption': '''Locally managed users settings''',

Powered by Google App Engine
This is Rietveld 408576698