diff options
author | stoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 17:31:25 +0000 |
---|---|---|
committer | stoyan@chromium.org <stoyan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 17:31:25 +0000 |
commit | 3f3130a68035f8317100d98e3e3b3ab49cf6ebb3 (patch) | |
tree | 7ac5bc311d687654ffb315d171502a53ffd6cbc4 /chrome_frame/protocol_sink_wrap.h | |
parent | 90242e9e03d4eeff67d9fbc97e555597206c69d1 (diff) | |
download | chromium_src-3f3130a68035f8317100d98e3e3b3ab49cf6ebb3.zip chromium_src-3f3130a68035f8317100d98e3e3b3ab49cf6ebb3.tar.gz chromium_src-3f3130a68035f8317100d98e3e3b3ab49cf6ebb3.tar.bz2 |
Implement HTTP headers sniffing in the ProtocolSinkWrap, instead of relying on IHttpNegotiate patch.
Moved some code based on over-conservative assumptions to execute earlier in pipeline.
Will prevent BUG=38480 to manifest itself.
BUG=47879
Review URL: http://codereview.chromium.org/2987001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/protocol_sink_wrap.h')
-rw-r--r-- | chrome_frame/protocol_sink_wrap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome_frame/protocol_sink_wrap.h b/chrome_frame/protocol_sink_wrap.h index 2b8a08d0..a6b88b6 100644 --- a/chrome_frame/protocol_sink_wrap.h +++ b/chrome_frame/protocol_sink_wrap.h @@ -134,8 +134,6 @@ class ProtData : public base::RefCounted<ProtData> { // BINDSTATUS_SERVER_MIMETYPEAVAILABLE received, so we shall fire one. bool has_server_mime_type_; - // Did we received ReportData() - bool report_data_received_; RendererType renderer_type_; // Buffer for accumulated data including 1 extra for NULL-terminator |