summaryrefslogtreecommitdiffstats
path: root/net/spdy/buffered_spdy_framer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/buffered_spdy_framer.cc')
-rw-r--r--net/spdy/buffered_spdy_framer.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/spdy/buffered_spdy_framer.cc b/net/spdy/buffered_spdy_framer.cc
index 8111925..14afaa3 100644
--- a/net/spdy/buffered_spdy_framer.cc
+++ b/net/spdy/buffered_spdy_framer.cc
@@ -192,6 +192,11 @@ void BufferedSpdyFramer::OnWindowUpdate(SpdyStreamId stream_id,
visitor_->OnWindowUpdate(stream_id, delta_window_size);
}
+void BufferedSpdyFramer::OnPushPromise(SpdyStreamId stream_id,
+ SpdyStreamId promised_stream_id) {
+ visitor_->OnPushPromise(stream_id, promised_stream_id);
+}
+
int BufferedSpdyFramer::protocol_version() {
return spdy_framer_.protocol_version();
}