Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: net/spdy/chromium/bidirectional_stream_spdy_impl.h

Issue 2915053003: Remove unused BidirectionalStream::SendData() method and implementations. (Closed)
Patch Set: Fix Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « net/quic/chromium/bidirectional_stream_quic_impl_unittest.cc ('k') | net/spdy/chromium/bidirectional_stream_spdy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698