summaryrefslogtreecommitdiffstats
path: root/chrome_frame/protocol_sink_wrap.cc
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-23 23:56:29 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-23 23:56:29 +0000
commit8d7dabaf026ef2774dd3b982038910f0d7b8a898 (patch)
treef3d754ad557a4b7c95e196f318fab2edf64a0402 /chrome_frame/protocol_sink_wrap.cc
parentefe4c0c65ad3bd9c5910985acc5d4ab2b73641f3 (diff)
downloadchromium_src-8d7dabaf026ef2774dd3b982038910f0d7b8a898.zip
chromium_src-8d7dabaf026ef2774dd3b982038910f0d7b8a898.tar.gz
chromium_src-8d7dabaf026ef2774dd3b982038910f0d7b8a898.tar.bz2
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
Diffstat (limited to 'chrome_frame/protocol_sink_wrap.cc')
-rw-r--r--chrome_frame/protocol_sink_wrap.cc2
1 files changed, 0 insertions, 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();
}
}
}