| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index fb8c3936dc7feab1c3c34a0019335b98e30b2797..c47d09ebf0e2c9d105040478864034698a9d4c12 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -120,9 +120,6 @@ class HttpStreamParser {
|
| // The request body data.
|
| scoped_ptr<UploadDataStream> request_body_;
|
|
|
| - // TODO(vandebo) expected_result is only for debugging. Bug 27870
|
| - int expected_request_body_result_;
|
| -
|
| // Temporary buffer for reading.
|
| scoped_refptr<GrowableIOBuffer> read_buf_;
|
|
|
|
|