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

Unified Diff: net/spdy/spdy_no_op_visitor.h

Issue 2438163002: Remove SpdyFramerVisitorInterface::OnControlFrameHeaderData(). (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « net/spdy/spdy_framer_test.cc ('k') | net/spdy/spdy_no_op_visitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_no_op_visitor.h
diff --git a/net/spdy/spdy_no_op_visitor.h b/net/spdy/spdy_no_op_visitor.h
index 5a1bdfa3445fb57a1427ea9403b80fc45dc11dd4..17ea7bb28bcf6cbe0a051ee66f3ce0288d87026f 100644
--- a/net/spdy/spdy_no_op_visitor.h
+++ b/net/spdy/spdy_no_op_visitor.h
@@ -33,9 +33,6 @@ class SpdyNoOpVisitor : public SpdyFramerVisitorInterface,
net::SpdyHeadersHandlerInterface* OnHeaderFrameStart(
SpdyStreamId stream_id) override;
void OnHeaderFrameEnd(SpdyStreamId stream_id, bool end_headers) override {}
- bool OnControlFrameHeaderData(SpdyStreamId stream_id,
- const char* header_data,
- size_t header_data_len) override;
void OnDataFrameHeader(SpdyStreamId stream_id,
size_t length,
bool fin) override {}
« no previous file with comments | « net/spdy/spdy_framer_test.cc ('k') | net/spdy/spdy_no_op_visitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698