| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index e807a0d196396021f66cfb73c915702562ac50aa..751729cc97915ab1cc63d0c19c9126868cd2edd4 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -178,6 +178,9 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| // SSLInfo from the underlying QuicSession.
|
| SSLInfo ssl_info_;
|
|
|
| + // TODO(rtenneti): Temporary until crbug.com/585591 is solved.
|
| + bool read_in_progress_ = false;
|
| +
|
| base::WeakPtrFactory<QuicHttpStream> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(QuicHttpStream);
|
|
|