diff options
Diffstat (limited to 'chrome_frame/bho.h')
-rw-r--r-- | chrome_frame/bho.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome_frame/bho.h b/chrome_frame/bho.h index 2838fec..d30ae49 100644 --- a/chrome_frame/bho.h +++ b/chrome_frame/bho.h @@ -100,10 +100,7 @@ END_SINK_MAP() protected: bool PatchProtocolHandler(const CLSID& handler_clsid); - static bool HasSubFrames(IWebBrowser2* web_browser2); - static HRESULT SwitchRenderer(IWebBrowser2* web_browser2, - IBrowserService* browser, IShellView* shell_view, - const wchar_t* meta_tag); + std::string referrer_; static base::LazyInstance<base::ThreadLocalPointer<Bho> > |