| Index: net/spdy/spdy_websocket_stream.h
|
| diff --git a/net/spdy/spdy_websocket_stream.h b/net/spdy/spdy_websocket_stream.h
|
| index d32904041f124b47e8d50a44197be762501f27bc..e497944a02af31969c0c41476aa6811b2d4a879b 100644
|
| --- a/net/spdy/spdy_websocket_stream.h
|
| +++ b/net/spdy/spdy_websocket_stream.h
|
| @@ -80,7 +80,6 @@ class NET_EXPORT_PRIVATE SpdyWebSocketStream
|
| virtual int OnResponseReceived(const SpdyHeaderBlock& response,
|
| base::Time response_time,
|
| int status) OVERRIDE;
|
| - virtual void OnHeadersSent() OVERRIDE;
|
| virtual int OnDataReceived(scoped_ptr<SpdyBuffer> buffer) OVERRIDE;
|
| virtual void OnDataSent() OVERRIDE;
|
| virtual void OnClose(int status) OVERRIDE;
|
|
|