| Index: net/http/http_stream_parser.cc
|
| diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc
|
| index 2737eee0f8b5f6a79643128c90ed6012f6efd61c..4d28a6af70c70f4bd60ce2ee16ff8003fbaac805 100644
|
| --- a/net/http/http_stream_parser.cc
|
| +++ b/net/http/http_stream_parser.cc
|
| @@ -180,7 +180,6 @@ HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,
|
| response_header_start_offset_(-1),
|
| response_body_length_(-1),
|
| response_body_read_(0),
|
| - chunked_decoder_(NULL),
|
| user_read_buf_(NULL),
|
| user_read_buf_len_(0),
|
| connection_(connection),
|
|
|