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

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

Issue 18770009: Added a new policy setting as well as corrisponding registry key to allow GCF users the option to d… (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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
===================================================================
--- chrome/app/policy/policy_templates.json (revision 213670)
+++ chrome/app/policy/policy_templates.json (working copy)
@@ -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: 225
+# For your editing convenience: highest ID currently used: 226
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -2528,6 +2528,25 @@
If this policy is not set the default command line will be used.''',
},
+ {
+ 'name': 'ChromeFrameMetadataCheckSettings',
grt (UTC plus 2) 2013/07/30 03:56:15 ChromeFrameMetadataCheckSettings -> SkipMetadataCh
+ 'type': 'main',
+ 'schema': { 'type': 'boolean'},
+ 'supported_on': ['chrome_frame:27-'],
grt (UTC plus 2) 2013/07/30 03:56:15 27 -> 30 since that's what trunk is currently bui
+ 'features': {
+ 'dynamic_refresh': False,
+ },
+ 'example_value': False,
+ 'id': 226,
+ 'caption': '''Skip the meta tag check in <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''',
+ 'desc': '''Normally pages with a certain meta tag, for example <meta http-equiv="X-UA-Compatible" content="chrome=1" />, will be rendered in <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> regardless of the 'ChromeFrameRendererSettings' policy.
+
+ If you enable this setting, pages will not be scanned for meta tags.
+
+ If you disable this setting, pages will be scanned for meta tags.
+
+ If this policy is not set, pages will be scanned for meta tags.'''
+ },
],
},
{
« no previous file with comments | « no previous file | chrome/test/data/policy/policy_test_cases.json » ('j') | chrome/test/data/policy/policy_test_cases.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698