diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 03:57:07 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 03:57:07 +0000 |
commit | 74c4ee08a78dd001f8e73d3ab4d029733214b05e (patch) | |
tree | f1b023faca25f7594f1f42b159844b566c403ff6 /chrome_frame/bho.cc | |
parent | db23801a7f1bbc0b4eef9cdd24eb243d45b65425 (diff) | |
download | chromium_src-74c4ee08a78dd001f8e73d3ab4d029733214b05e.zip chromium_src-74c4ee08a78dd001f8e73d3ab4d029733214b05e.tar.gz chromium_src-74c4ee08a78dd001f8e73d3ab4d029733214b05e.tar.bz2 |
Enabling the onhttpequiv detection and temporarily disabling a few tests that will fail for a day or two while we adapt.
TEST=Run all unit tests.
BUG=none
Review URL: http://codereview.chromium.org/552038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36507 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 15f1964..6756e12 100644 --- a/chrome_frame/bho.cc +++ b/chrome_frame/bho.cc @@ -319,7 +319,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; |