Chromium Code Reviews| Index: net/spdy/spdy_proxy_client_socket.h |
| =================================================================== |
| --- net/spdy/spdy_proxy_client_socket.h (revision 144839) |
| +++ net/spdy/spdy_proxy_client_socket.h (working copy) |
| @@ -99,7 +99,6 @@ |
| virtual void OnDataReceived(const char* data, int length) OVERRIDE; |
| virtual void OnDataSent(int length) OVERRIDE; |
| virtual void OnClose(int status) OVERRIDE; |
| - virtual void set_chunk_callback(ChunkCallback* /*callback*/) OVERRIDE; |
| private: |
| enum State { |