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 af5bcf4a348f7547ab6359b60551a2fe33690254..f2a405527cb6a19678d292389b2338b3c530ccd8 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; |