diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 15:21:45 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 15:21:45 +0000 |
commit | 1d7d09f48448aefebd6ac6894e05cef88209480f (patch) | |
tree | 289d06535cf1d03243d8a323a963e28faf6d29fa /chrome_frame/bho.cc | |
parent | f27fce5ea23a46ce60e213927e1b903b88c596ff (diff) | |
download | chromium_src-1d7d09f48448aefebd6ac6894e05cef88209480f.zip chromium_src-1d7d09f48448aefebd6ac6894e05cef88209480f.tar.gz chromium_src-1d7d09f48448aefebd6ac6894e05cef88209480f.tar.bz2 |
Enable the HTTP Equiv patch by default and disable the InternetProtocol patches.
TEST=Run all unit tests.
BUG=none
Review URL: http://codereview.chromium.org/519070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/bho.cc')
-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 4cb41af..cb7128a 100644 --- a/chrome_frame/bho.cc +++ b/chrome_frame/bho.cc @@ -245,7 +245,7 @@ bool PatchHelper::InitializeAndPatchProtocolsIfNeeded() { HttpNegotiatePatch::Initialize(); - bool patch_protocol = GetConfigBool(true, kPatchProtocols); + bool patch_protocol = GetConfigBool(false, kPatchProtocols); if (patch_protocol) { ProtocolSinkWrap::PatchProtocolHandlers(); state_ = PATCH_PROTOCOL; |