| Index: net/http/http_basic_stream.h
|
| ===================================================================
|
| --- net/http/http_basic_stream.h (revision 90551)
|
| +++ net/http/http_basic_stream.h (working copy)
|
| @@ -81,6 +81,8 @@
|
|
|
| virtual bool IsSpdyHttpStream() const OVERRIDE;
|
|
|
| + virtual void LogNumRttVsBytesMetrics() const OVERRIDE;
|
| +
|
| private:
|
| scoped_refptr<GrowableIOBuffer> read_buf_;
|
|
|
| @@ -94,6 +96,10 @@
|
|
|
| const HttpRequestInfo* request_info_;
|
|
|
| + const HttpResponseInfo* response_;
|
| +
|
| + int64 bytes_read_offset_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(HttpBasicStream);
|
| };
|
|
|
|
|