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

Unified Diff: net/spdy/spdy_no_op_visitor.cc

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_no_op_visitor.h ('k') | net/tools/quic/quic_simple_server_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_no_op_visitor.cc
diff --git a/net/spdy/spdy_no_op_visitor.cc b/net/spdy/spdy_no_op_visitor.cc
index b9ac39580accfa30d895b931a10aa1f0669090b0..60a6379fa0cb519651c5244cecaa0f3e334d9a27 100644
--- a/net/spdy/spdy_no_op_visitor.cc
+++ b/net/spdy/spdy_no_op_visitor.cc
@@ -20,12 +20,6 @@ net::SpdyHeadersHandlerInterface* SpdyNoOpVisitor::OnHeaderFrameStart(
return this;
}
-bool SpdyNoOpVisitor::OnControlFrameHeaderData(SpdyStreamId stream_id,
- const char* header_data,
- size_t header_data_len) {
- return true;
-}
-
bool SpdyNoOpVisitor::OnUnknownFrame(SpdyStreamId stream_id, int frame_type) {
return true;
}
« no previous file with comments | « net/spdy/spdy_no_op_visitor.h ('k') | net/tools/quic/quic_simple_server_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698