diff options
Diffstat (limited to 'net/spdy/spdy_http_stream.h')
-rw-r--r-- | net/spdy/spdy_http_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/spdy_http_stream.h index 333454b..0aa54f0 100644 --- a/net/spdy/spdy_http_stream.h +++ b/net/spdy/spdy_http_stream.h @@ -79,6 +79,7 @@ class NET_EXPORT_PRIVATE SpdyHttpStream : public SpdyStream::Delegate, const SpdyHeaderBlock& response_headers) override; void OnDataReceived(scoped_ptr<SpdyBuffer> buffer) override; void OnDataSent() override; + void OnTrailers(const SpdyHeaderBlock& trailers) override; void OnClose(int status) override; private: |