Chromium Code Reviews| 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(); |
|
grt (UTC plus 2)
2013/08/02 15:15:00
please add a unit test for this function in chrome
|
| + |
| // 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 |