Commit f63ad079 authored by ananta@chromium.org's avatar ananta@chromium.org

Unpatch the ChromeFrame IHttpNegotiate patch for all browsers.

BUG=70138
TEST=none
TBR=amit

Review URL: http://codereview.chromium.org/6382005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72043 0039d316-1c4b-4281-b951-d872f2087c98
parent 91149d10
...@@ -383,9 +383,7 @@ void PatchHelper::PatchBrowserService(IBrowserService* browser_service) { ...@@ -383,9 +383,7 @@ void PatchHelper::PatchBrowserService(IBrowserService* browser_service) {
void PatchHelper::UnpatchIfNeeded() { void PatchHelper::UnpatchIfNeeded() {
if (state_ == PATCH_PROTOCOL) { if (state_ == PATCH_PROTOCOL) {
g_trans_hooks.RevertHooks(); g_trans_hooks.RevertHooks();
if (GetIEVersion() == IE_9) { HttpNegotiatePatch::Uninitialize();
HttpNegotiatePatch::Uninitialize();
}
} }
state_ = UNKNOWN; state_ = UNKNOWN;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment