Index: net/spdy/spdy_http_stream.h |
=================================================================== |
--- net/spdy/spdy_http_stream.h (revision 149736) |
+++ net/spdy/spdy_http_stream.h (working copy) |
@@ -81,7 +81,7 @@ |
virtual int OnResponseReceived(const SpdyHeaderBlock& response, |
base::Time response_time, |
int status) OVERRIDE; |
- virtual void OnDataReceived(const char* buffer, int bytes) OVERRIDE; |
+ virtual int OnDataReceived(const char* buffer, int bytes) OVERRIDE; |
virtual void OnDataSent(int length) OVERRIDE; |
virtual void OnClose(int status) OVERRIDE; |