| 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 3381c8af07b5d273dcc1f584c5e8c9e3a9802294..740c892193602237183d59f1ab2474223ad35cd8 100644
|
| --- a/net/quic/quic_crypto_client_stream.h
|
| +++ b/net/quic/quic_crypto_client_stream.h
|
| @@ -70,12 +70,6 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream {
|
| QuicNegotiatedParameters negotiated_params_;
|
| QuicCryptoNegotiatedParameters crypto_negotiated_params_;
|
|
|
| - // decrypter_pushed_ is true if we have installed a QuicDecrypter in the
|
| - // connection. We need to track this because, in the event of a handshake
|
| - // failure, we have to remove any previous decrypters as they will have the
|
| - // wrong keys.
|
| - bool decrypter_pushed_;
|
| -
|
| // Client's connection nonce (4-byte timestamp + 28 random bytes)
|
| std::string nonce_;
|
| // Server's hostname
|
|
|