| Index: net/http/http_stream.h
|
| ===================================================================
|
| --- net/http/http_stream.h (revision 90388)
|
| +++ net/http/http_stream.h (working copy)
|
| @@ -135,10 +135,6 @@
|
| // 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);
|
| };
|
|
|
| Property changes on: net/http/http_stream.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|