| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index 659474129c6dfa29720f5f7f34eef451e2e38215..81aacb024a259a18b3365fedfec11a688b250712 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -193,9 +193,6 @@ 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;
|
| -
|
| bool found_promise_;
|
| // |QuicClientPromisedInfo| owns this. It will be set when |Try()|
|
| // is asynchronous, i.e. it returned QUIC_PENDING, and remains valid
|
|
|