summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bho.h
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-02 04:45:33 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-02 04:45:33 +0000
commit2da0f01d254f14e4497e8d197078ca7297839aa9 (patch)
tree574c946bac6719c061442ff9b6620f88af3f1868 /chrome_frame/bho.h
parent96acdf132ef5c70a39cb79f41c58beca6167dd82 (diff)
downloadchromium_src-2da0f01d254f14e4497e8d197078ca7297839aa9.zip
chromium_src-2da0f01d254f14e4497e8d197078ca7297839aa9.tar.gz
chromium_src-2da0f01d254f14e4497e8d197078ca7297839aa9.tar.bz2
Enable optinurls regardless of PatchHelper::state().
Also refactored the OptinUrls code into a separate function. TEST=The OptinUrls feature should work. BUG=none Review URL: http://codereview.chromium.org/561002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/bho.h')
-rw-r--r--chrome_frame/bho.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/bho.h b/chrome_frame/bho.h
index e25ebdf..54bdc99 100644
--- a/chrome_frame/bho.h
+++ b/chrome_frame/bho.h
@@ -102,6 +102,8 @@ END_SINK_MAP()
// TLS.
static Bho* GetCurrentThreadBhoInstance();
+ static void ProcessOptInUrls(IWebBrowser2* browser, BSTR url);
+
protected:
bool PatchProtocolHandler(const CLSID& handler_clsid);