diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 20:31:00 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 20:31:00 +0000 |
commit | d33982589ab807ffae287d6b6736cd7311b66555 (patch) | |
tree | 1766639cce2c55ae7b4e053ec989f851fc4d8d54 /chrome_frame | |
parent | 5984e47ab1f364a3483fc81c6aa260f5229ec363 (diff) | |
download | chromium_src-d33982589ab807ffae287d6b6736cd7311b66555.zip chromium_src-d33982589ab807ffae287d6b6736cd7311b66555.tar.gz chromium_src-d33982589ab807ffae287d6b6736cd7311b66555.tar.bz2 |
Reverting back to patching the protocol handlers to get the builder green again.
TBR=tommi
Review URL: http://codereview.chromium.org/527020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/bho.cc | 2 |
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; |