| Index: net/quic/quic_spdy_stream.h
|
| diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
|
| index 4600f5e2edb17e56d34ea0d5cbe0e3cbdb28f703..d821f77c82e6f706dd024355c667929bd5acae07 100644
|
| --- a/net/quic/quic_spdy_stream.h
|
| +++ b/net/quic/quic_spdy_stream.h
|
| @@ -156,6 +156,7 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
|
| // trailing) headers are expected next.
|
| virtual void OnInitialHeadersComplete(bool fin, size_t frame_len);
|
| virtual void OnTrailingHeadersComplete(bool fin, size_t frame_len);
|
| + QuicSpdySession* spdy_session() const { return spdy_session_; }
|
|
|
| // Returns true if headers have been fully read and consumed.
|
| bool FinishedReadingHeaders() const;
|
|
|