Chromium Code Reviews| 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..dacaee3dcf2d58c496ea06921f07d66079e58355 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_is_progress_ = false; |
|
eroman
2016/02/12 21:12:43
read_in_progress_ ?
ramant (doing other things)
2016/02/13 00:14:19
facepalm!
Done.
|
| + |
| base::WeakPtrFactory<QuicHttpStream> weak_factory_; |
| DISALLOW_COPY_AND_ASSIGN(QuicHttpStream); |