| Index: net/http/http_stream.h
|
| ===================================================================
|
| --- net/http/http_stream.h (revision 191149)
|
| +++ net/http/http_stream.h (working copy)
|
| @@ -36,10 +36,6 @@
|
| // subclass does not support renewing the stream, NULL is returned.
|
| virtual HttpStream* RenewStreamForAuth() = 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);
|
| };
|
|
|