Index: net/http/bidirectional_stream_impl.h |
diff --git a/net/http/bidirectional_stream_impl.h b/net/http/bidirectional_stream_impl.h |
index 54f9d044e3190c3acb804fefeccdf7c6b22c9331..9b5ffab76dc072d7cc23013728ae4b6ffeec3561 100644 |
--- a/net/http/bidirectional_stream_impl.h |
+++ b/net/http/bidirectional_stream_impl.h |
@@ -128,10 +128,6 @@ class NET_EXPORT_PRIVATE BidirectionalStreamImpl { |
// Delegate::OnHeadersSent is invoked, and should not be called again until |
// Delegate::OnDataSent is invoked. If |end_stream| is true, the DATA frame |
// will have an END_STREAM flag. |
- virtual void SendData(const scoped_refptr<IOBuffer>& data, |
- int length, |
- bool end_stream) = 0; |
- |
virtual void SendvData(const std::vector<scoped_refptr<IOBuffer>>& buffers, |
const std::vector<int>& lengths, |
bool end_stream) = 0; |