| Index: net/quic/crypto/quic_crypto_server_config.h
|
| diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h
|
| index 4a5c83f5b58ea8c0395b84df1f51de73700988c3..582f1ec8243d0f716a3ee6d8747cb36c21187bd0 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/crypto/quic_crypto_server_config.h
|
| @@ -50,8 +50,6 @@ struct ClientHelloInfo {
|
|
|
| // Outputs from EvaluateClientHello.
|
| bool valid_source_address_token;
|
| - bool client_nonce_well_formed;
|
| - bool unique;
|
| base::StringPiece sni;
|
| base::StringPiece client_nonce;
|
| base::StringPiece server_nonce;
|
|
|