diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-30 00:44:24 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-30 00:44:24 +0000 |
commit | 94a3fbfa2fb5da363960d538938e4887e52d1345 (patch) | |
tree | 4bbd8cf3cde06ec7ed0b3c2b0d28e611bec76716 /chrome_frame/bho.cc | |
parent | 4c408fdba489ac7d42c0bf0128a6df832eec307d (diff) | |
download | chromium_src-94a3fbfa2fb5da363960d538938e4887e52d1345.zip chromium_src-94a3fbfa2fb5da363960d538938e4887e52d1345.tar.gz chromium_src-94a3fbfa2fb5da363960d538938e4887e52d1345.tar.bz2 |
Disabling onhttpequiv again due to page reload issues.
TEST=Make sure unit tests still pass.
BUG=33332
Review URL: http://codereview.chromium.org/555178
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37584 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 96ac78c..ec6942a 100644 --- a/chrome_frame/bho.cc +++ b/chrome_frame/bho.cc @@ -353,7 +353,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; |