summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bho.cc
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-05 19:52:30 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-05 19:52:30 +0000
commitfaa4939e84a736820078fd6c4cf7f804616ea5cc (patch)
treecac326d6dbb352a5a5f67b4f77fea74dca1416f1 /chrome_frame/bho.cc
parent4ece1c45a770b1916f0f3eafd41b591e229dbb09 (diff)
downloadchromium_src-faa4939e84a736820078fd6c4cf7f804616ea5cc.zip
chromium_src-faa4939e84a736820078fd6c4cf7f804616ea5cc.tar.gz
chromium_src-faa4939e84a736820078fd6c4cf7f804616ea5cc.tar.bz2
Disabling the moniker patch in ChromeFrame as it incorrectly causes pages to switch to ChromeFrame, even when they don't
specify the meta tag or the HTTP header indicating the same. Fixes bug http://code.google.com/p/chromium/issues/list?cursor=40124 Bug=40124 Review URL: http://codereview.chromium.org/1623001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/bho.cc')
-rw-r--r--chrome_frame/bho.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/bho.cc b/chrome_frame/bho.cc
index 5118750..4432c9f 100644
--- a/chrome_frame/bho.cc
+++ b/chrome_frame/bho.cc
@@ -325,7 +325,7 @@ bool PatchHelper::InitializeAndPatchProtocolsIfNeeded() {
ProtocolPatchMethod patch_method =
static_cast<ProtocolPatchMethod>(
- GetConfigInt(PATCH_METHOD_IBROWSER_AND_MONIKER, kPatchProtocols));
+ GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols));
if (patch_method == PATCH_METHOD_INET_PROTOCOL) {
ProtocolSinkWrap::PatchProtocolHandlers();