Chromium Code Reviews| Index: net/http/http_stream.h |
| =================================================================== |
| --- net/http/http_stream.h (revision 86260) |
| +++ net/http/http_stream.h (working copy) |
| @@ -135,6 +135,8 @@ |
| // the HttpStream implementation. This is just a quick hack. |
| virtual bool IsSpdyHttpStream() const = 0; |
| + virtual void LogRttVsBytesMetrics() const = 0; |
|
wtc
2011/06/06 17:24:05
Please document this method. I guess you can copy
Gagan
2011/06/06 20:27:10
Done.
|
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(HttpStream); |
| }; |