| Index: net/spdy/spdy_http_stream.h
|
| diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/spdy_http_stream.h
|
| index 333454bb4196e8efaddccc920b02a85e960b13a4..0aa54f056863bb607c6ff5c87b8a26b3a9be2bd8 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:
|
|
|