| Index: net/spdy/bidirectional_stream_spdy_impl.h
|
| diff --git a/net/spdy/bidirectional_stream_spdy_impl.h b/net/spdy/bidirectional_stream_spdy_impl.h
|
| index b40c1ff9aafab249e07291ced4a3e51ee55ca1d5..e9e1a05fdd61e0388b89eba1e927fa36d500fe46 100644
|
| --- a/net/spdy/bidirectional_stream_spdy_impl.h
|
| +++ b/net/spdy/bidirectional_stream_spdy_impl.h
|
| @@ -53,7 +53,6 @@ class NET_EXPORT_PRIVATE BidirectionalStreamSpdyImpl
|
| void SendvData(const std::vector<scoped_refptr<IOBuffer>>& buffers,
|
| const std::vector<int>& lengths,
|
| bool end_stream) override;
|
| - void Cancel() override;
|
| NextProto GetProtocol() const override;
|
| int64_t GetTotalReceivedBytes() const override;
|
| int64_t GetTotalSentBytes() const override;
|
|
|