| Index: net/http/http_basic_stream.h
|
| diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
|
| index 3b38b93f8aa2c524c92a17a9e10218582e9b9456..80245768069076cb990f22a9a3a719791cbd6331 100644
|
| --- a/net/http/http_basic_stream.h
|
| +++ b/net/http/http_basic_stream.h
|
| @@ -83,6 +83,8 @@ class HttpBasicStream : public HttpStream {
|
|
|
| virtual void LogNumRttVsBytesMetrics() const OVERRIDE;
|
|
|
| + virtual void Drain(HttpNetworkSession* session) OVERRIDE;
|
| +
|
| private:
|
| scoped_refptr<GrowableIOBuffer> read_buf_;
|
|
|
|
|