Chromium Code Reviews| Index: net/spdy/spdy_http_stream.h |
| =================================================================== |
| --- net/spdy/spdy_http_stream.h (revision 88789) |
| +++ net/spdy/spdy_http_stream.h (working copy) |
| @@ -69,6 +69,9 @@ |
| SSLCertRequestInfo* cert_request_info) OVERRIDE; |
| virtual bool IsSpdyHttpStream() const OVERRIDE; |
| + // Do nothing. |
|
willchan no longer on Chromium
2011/06/13 15:06:07
Remove this comment and move it above. It should b
Gagan
2011/06/13 16:45:58
Done.
|
| + virtual void LogNumRttVsBytesMetrics() const OVERRIDE {} |
| + |
| // SpdyStream::Delegate methods: |
| virtual bool OnSendHeadersComplete(int status) OVERRIDE; |
| virtual int OnSendBody() OVERRIDE; |