| Index: net/http/http_basic_stream.h
|
| ===================================================================
|
| --- net/http/http_basic_stream.h (revision 190096)
|
| +++ net/http/http_basic_stream.h (working copy)
|
| @@ -79,8 +79,6 @@
|
|
|
| virtual bool IsSpdyHttpStream() const OVERRIDE;
|
|
|
| - virtual void LogNumRttVsBytesMetrics() const OVERRIDE;
|
| -
|
| virtual void Drain(HttpNetworkSession* session) OVERRIDE;
|
|
|
| private:
|
| @@ -96,10 +94,6 @@
|
|
|
| const HttpRequestInfo* request_info_;
|
|
|
| - const HttpResponseInfo* response_;
|
| -
|
| - int64 bytes_read_offset_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(HttpBasicStream);
|
| };
|
|
|
|
|