Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Issue 6382005: Unpatch the ChromeFrame IHttpNegotiate patch for all browsers.... (Closed)

Created:
9 years, 11 months ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
amit
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Unpatch the ChromeFrame IHttpNegotiate patch for all browsers. BUG=70138 TEST=none TBR=amit Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72043

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M chrome_frame/bho.cc View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
9 years, 11 months ago (2011-01-20 23:39:09 UTC) #1
amit
9 years, 11 months ago (2011-01-20 23:48:38 UTC) #2
Good catch. lg

On Thu, Jan 20, 2011 at 3:39 PM, <ananta@chromium.org> wrote:

> Reviewers: amit,
>
> Description:
> Unpatch the ChromeFrame IHttpNegotiate patch for all browsers.
>
> BUG=70138
> TEST=none
> TBR=amit
>
>
> Please review this at http://codereview.chromium.org/6382005/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome_frame/bho.cc
>
>
> Index: chrome_frame/bho.cc
> ===================================================================
> --- chrome_frame/bho.cc (revision 71887)
> +++ chrome_frame/bho.cc (working copy)
> @@ -383,9 +383,7 @@
>  void PatchHelper::UnpatchIfNeeded() {
>   if (state_ == PATCH_PROTOCOL) {
>     g_trans_hooks.RevertHooks();
> -    if (GetIEVersion() == IE_9) {
> -      HttpNegotiatePatch::Uninitialize();
> -    }
> +    HttpNegotiatePatch::Uninitialize();
>   }
>   state_ = UNKNOWN;
>  }
>
>
>

Powered by Google App Engine
This is Rietveld 408576698