| Index: net/spdy/spdy_http_stream.h
|
| ===================================================================
|
| --- net/spdy/spdy_http_stream.h (revision 88319)
|
| +++ net/spdy/spdy_http_stream.h (working copy)
|
| @@ -69,6 +69,9 @@
|
| SSLCertRequestInfo* cert_request_info) OVERRIDE;
|
| virtual bool IsSpdyHttpStream() const OVERRIDE;
|
|
|
| + // Do nothing.
|
| + virtual void LogNumRttVsBytesMetrics() const OVERRIDE {}
|
| +
|
| // SpdyStream::Delegate methods:
|
| virtual bool OnSendHeadersComplete(int status) OVERRIDE;
|
| virtual int OnSendBody() OVERRIDE;
|
|
|