| 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 8fb9f614623b34e57b64a7e291b226c9425f76f5..d960d4df61b9321d48fde0397a27444204efd801 100644
|
| --- a/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| +++ b/net/quic/chromium/bidirectional_stream_quic_impl.h
|
| @@ -45,9 +45,6 @@ class NET_EXPORT_PRIVATE BidirectionalStreamQuicImpl
|
| std::unique_ptr<base::Timer> timer) override;
|
| void SendRequestHeaders() override;
|
| int ReadData(IOBuffer* buffer, int buffer_len) override;
|
| - void SendData(const scoped_refptr<IOBuffer>& data,
|
| - int length,
|
| - bool end_stream) override;
|
| void SendvData(const std::vector<scoped_refptr<IOBuffer>>& buffers,
|
| const std::vector<int>& lengths,
|
| bool end_stream) override;
|
|
|