From 8d7dabaf026ef2774dd3b982038910f0d7b8a898 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Wed, 23 Dec 2009 23:56:29 +0000 Subject: Temporarily disable the HTML renderer type detection in our IInternerProtocolSink::ReportProgress implementation as this causes the chrome frame tests to break. TBR=stoyan Review URL: http://codereview.chromium.org/515022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35244 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/protocol_sink_wrap.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome_frame/protocol_sink_wrap.cc b/chrome_frame/protocol_sink_wrap.cc index 42ed4ff..0b6449f 100644 --- a/chrome_frame/protocol_sink_wrap.cc +++ b/chrome_frame/protocol_sink_wrap.cc @@ -263,8 +263,6 @@ STDMETHODIMP ProtocolSinkWrap::ReportProgress(ULONG status_code, if (!LowerCaseEqualsASCII(status_text, status_text_end, kTextHtmlMimeType)) { renderer_type_ = OTHER; - } else { - CheckAndReportChromeMimeTypeForRequest(); } } } -- cgit v1.1