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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tools/flip_server/spdy_interface.h b/net/tools/flip_server/spdy_interface.h
index 5ab8cba..e472cf2a 100644
--- a/net/tools/flip_server/spdy_interface.h
+++ b/net/tools/flip_server/spdy_interface.h
@@ -127,7 +127,8 @@ class SpdySM : public BufferedSpdyFramerVisitorInterface, public SMInterface {
// Called when a PUSH_PROMISE frame has been parsed.
virtual void OnPushPromise(SpdyStreamId stream_id,
- SpdyStreamId promised_stream_id) OVERRIDE {}
+ SpdyStreamId promised_stream_id,
+ const SpdyHeaderBlock& headers) OVERRIDE {}
public:
virtual size_t ProcessReadInput(const char* data, size_t len) OVERRIDE;