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

Unified Diff: net/spdy/spdy_framer_decoder_adapter.h

Issue 2535013002: Add an override to SpdyFramerVisitorAdapter. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | net/spdy/spdy_framer_decoder_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer_decoder_adapter.h
diff --git a/net/spdy/spdy_framer_decoder_adapter.h b/net/spdy/spdy_framer_decoder_adapter.h
index d2df45bda9d8443accd652b70d6e6944c70834d5..2ea56ae42aad0bfb9d3f9a0fa3d08371557717b6 100644
--- a/net/spdy/spdy_framer_decoder_adapter.h
+++ b/net/spdy/spdy_framer_decoder_adapter.h
@@ -99,6 +99,10 @@ class SpdyFramerVisitorAdapter : public SpdyFramerVisitorInterface {
// The visitor needs the original SpdyFramer, not the SpdyFramerDecoderAdapter
// instance.
void OnError(SpdyFramer* framer) override;
+ void OnCommonHeader(SpdyStreamId stream_id,
+ size_t length,
+ uint8_t type,
+ uint8_t flags) override;
void OnDataFrameHeader(SpdyStreamId stream_id,
size_t length,
bool fin) override;
« no previous file with comments | « no previous file | net/spdy/spdy_framer_decoder_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698