| Index: net/http/http_stream_parser.cc | 
| diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc | 
| index 028669fe999ac512443c9b462a651b7a1858a103..2a862204ff89bdc415a07f5ebad0f52d22070ecf 100644 | 
| --- a/net/http/http_stream_parser.cc | 
| +++ b/net/http/http_stream_parser.cc | 
| @@ -85,7 +85,6 @@ HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection, | 
| chunk_length_(0), | 
| chunk_length_without_encoding_(0), | 
| sent_last_chunk_(false) { | 
| -  DCHECK_EQ(0, read_buffer->offset()); | 
| } | 
|  | 
| HttpStreamParser::~HttpStreamParser() { | 
|  |