| Index: net/quic/chromium/bidirectional_stream_quic_impl.h
|
| diff --git a/net/quic/chromium/bidirectional_stream_quic_impl.h b/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| index cb8e24b8558f913c68eab2a9fcaf09c364efb219..25e2bace5cf61462260aefee9e09b87fe6c35983 100644
|
| --- a/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| +++ b/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| @@ -51,7 +51,6 @@ class NET_EXPORT_PRIVATE BidirectionalStreamQuicImpl
|
| 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;
|
|
|