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