summaryrefslogtreecommitdiffstats
path: root/chrome_frame/bho.cc
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 00:35:03 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 00:35:03 +0000
commit5555d286806fd859dc39345488900be9206991b3 (patch)
treec25724de0ac5d3c4bae8a828b038da0fb0567b68 /chrome_frame/bho.cc
parentd74028f91ac301d74c684ca155ace697a74d56d0 (diff)
downloadchromium_src-5555d286806fd859dc39345488900be9206991b3.zip
chromium_src-5555d286806fd859dc39345488900be9206991b3.tar.gz
chromium_src-5555d286806fd859dc39345488900be9206991b3.tar.bz2
Enable the moniker patch by default.
TBR=amit BUG=none TEST=This enables PatchProtocols=2 by default. Review URL: http://codereview.chromium.org/1171001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42294 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 e679a20..9700b91 100644
--- a/chrome_frame/bho.cc
+++ b/chrome_frame/bho.cc
@@ -319,7 +319,7 @@ bool PatchHelper::InitializeAndPatchProtocolsIfNeeded() {
ProtocolPatchMethod patch_method =
static_cast<ProtocolPatchMethod>(
- GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols));
+ GetConfigInt(PATCH_METHOD_IBROWSER_AND_MONIKER, kPatchProtocols));
if (patch_method == PATCH_METHOD_INET_PROTOCOL) {
ProtocolSinkWrap::PatchProtocolHandlers();