Index: net/spdy/chromium/bidirectional_stream_spdy_impl.h |
diff --git a/net/spdy/chromium/bidirectional_stream_spdy_impl.h b/net/spdy/chromium/bidirectional_stream_spdy_impl.h |
index b40f3c073e668c15f7d400843fa5092c683684cf..61e00e0fb34cf4efc28700a44bc946586801daa1 100644 |
--- a/net/spdy/chromium/bidirectional_stream_spdy_impl.h |
+++ b/net/spdy/chromium/bidirectional_stream_spdy_impl.h |
@@ -50,9 +50,6 @@ class NET_EXPORT_PRIVATE BidirectionalStreamSpdyImpl |
std::unique_ptr<base::Timer> timer) override; |
void SendRequestHeaders() override; |
int ReadData(IOBuffer* buf, int buf_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; |