| Index: net/quic/quic_crypto_client_stream.h
|
| diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h
|
| index 01fd8d3b33a80f109e237d787f66ab6fc89a9359..cd2e7da23d32c6b86e3b0f91eb2bb6b1cdfb6e6d 100644
|
| --- a/net/quic/quic_crypto_client_stream.h
|
| +++ b/net/quic/quic_crypto_client_stream.h
|
| @@ -236,6 +236,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream
|
| // STATE_VERIFY_PROOF*, and subsequent STATE_SEND_CHLO state.
|
| bool stateless_reject_received_;
|
|
|
| + base::TimeTicks proof_verify_start_time_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(QuicCryptoClientStream);
|
| };
|
|
|
|
|