summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server/spdy_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/flip_server/spdy_interface.h')
-rw-r--r--net/tools/flip_server/spdy_interface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tools/flip_server/spdy_interface.h b/net/tools/flip_server/spdy_interface.h
index 184907d..a83dab7 100644
--- a/net/tools/flip_server/spdy_interface.h
+++ b/net/tools/flip_server/spdy_interface.h
@@ -115,6 +115,10 @@ class SpdySM : public BufferedSpdyFramerVisitorInterface,
virtual void OnWindowUpdate(SpdyStreamId stream_id,
uint32 delta_window_size) OVERRIDE {}
+ // Called when a PUSH_PROMISE frame has been parsed.
+ virtual void OnPushPromise(SpdyStreamId stream_id,
+ SpdyStreamId promised_stream_id) OVERRIDE {}
+
public:
virtual size_t ProcessReadInput(const char* data, size_t len) OVERRIDE;
virtual size_t ProcessWriteInput(const char* data, size_t len) OVERRIDE;