| Index: net/spdy/spdy_proxy_client_socket.h
|
| diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h
|
| index cefea5c1d6c2b44ba8be1ea82a75ecf403fdef3c..d80e1d83d892b71da0a75405804ec921f0a9ea3c 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.h
|
| +++ b/net/spdy/spdy_proxy_client_socket.h
|
| @@ -91,12 +91,10 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket,
|
| virtual int GetLocalAddress(IPEndPoint* address) const OVERRIDE;
|
|
|
| // SpdyStream::Delegate implementation.
|
| - virtual void OnSendRequestHeadersComplete() OVERRIDE;
|
| - virtual void OnSendBody() OVERRIDE;
|
| - virtual void OnSendBodyComplete() OVERRIDE;
|
| - virtual int OnResponseReceived(const SpdyHeaderBlock& response,
|
| - base::Time response_time,
|
| - int status) OVERRIDE;
|
| + virtual void OnRequestHeadersSent() OVERRIDE;
|
| + virtual int OnResponseHeadersReceived(const SpdyHeaderBlock& response,
|
| + base::Time response_time,
|
| + int status) OVERRIDE;
|
| virtual int OnDataReceived(scoped_ptr<SpdyBuffer> buffer) OVERRIDE;
|
| virtual void OnDataSent() OVERRIDE;
|
| virtual void OnClose(int status) OVERRIDE;
|
|
|