Index: chrome_frame/utils.h |
=================================================================== |
--- chrome_frame/utils.h (revision 214941) |
+++ chrome_frame/utils.h (working copy) |
@@ -276,6 +276,11 @@ |
// Returns true if all HTML pages should be rendered in GCF by default. |
bool IsGcfDefaultRenderer(); |
+// Returns true if the presence of |
+// <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
+// in HTML pages should be ignored |
+bool SkipMetaDataCheck(); |
+ |
// Check if this url is opting into Chrome Frame based on static settings. |
// Returns one of: |
// - RENDERER_TYPE_UNDETERMINED if not opt-in or if explicit opt-out |