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