Index: net/http/http_stream.h |
=================================================================== |
--- net/http/http_stream.h (revision 90003) |
+++ net/http/http_stream.h (working copy) |
@@ -135,6 +135,10 @@ |
// the HttpStream implementation. This is just a quick hack. |
virtual bool IsSpdyHttpStream() const = 0; |
+ // Record histogram of number of round trips taken to download the full |
+ // response body vs bytes transferred. |
+ virtual void LogNumRttVsBytesMetrics() const = 0; |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(HttpStream); |
}; |