summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 15:23:47 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 15:23:47 +0000
commit518dc075fce1c6d0d5a90aa4601a2da4044de8c5 (patch)
treeccbb2f99ac97d008fadd294d16fc5d31b56fbb83 /chrome_frame
parent5843d2a683bb4e487b23543899cd96fb6669d9fb (diff)
downloadchromium_src-518dc075fce1c6d0d5a90aa4601a2da4044de8c5.zip
chromium_src-518dc075fce1c6d0d5a90aa4601a2da4044de8c5.tar.gz
chromium_src-518dc075fce1c6d0d5a90aa4601a2da4044de8c5.tar.bz2
Flick the switch back to PATCH_PROTOCOL while sorting out a few failing unit tests on the builder.
TBR=robertshield git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-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 cb7128a..4cb41af 100644
--- a/chrome_frame/bho.cc
+++ b/chrome_frame/bho.cc
@@ -245,7 +245,7 @@ bool PatchHelper::InitializeAndPatchProtocolsIfNeeded() {
HttpNegotiatePatch::Initialize();
- bool patch_protocol = GetConfigBool(false, kPatchProtocols);
+ bool patch_protocol = GetConfigBool(true, kPatchProtocols);
if (patch_protocol) {
ProtocolSinkWrap::PatchProtocolHandlers();
state_ = PATCH_PROTOCOL;