diff options
-rw-r--r-- | chrome_frame/bho.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome_frame/bho.cc b/chrome_frame/bho.cc index 0778177..2de3bc8d 100644 --- a/chrome_frame/bho.cc +++ b/chrome_frame/bho.cc @@ -383,9 +383,7 @@ void PatchHelper::PatchBrowserService(IBrowserService* browser_service) { void PatchHelper::UnpatchIfNeeded() { if (state_ == PATCH_PROTOCOL) { g_trans_hooks.RevertHooks(); - if (GetIEVersion() == IE_9) { - HttpNegotiatePatch::Uninitialize(); - } + HttpNegotiatePatch::Uninitialize(); } state_ = UNKNOWN; } |