| Index: net/quic/crypto/crypto_handshake.cc
|
| diff --git a/net/quic/crypto/crypto_handshake.cc b/net/quic/crypto/crypto_handshake.cc
|
| index 7676c8ccdc48d36ef6d4f0a6c4c5fcfd2252db17..26e69bc8178319f6f5fcc6977756aedcb1007b01 100644
|
| --- a/net/quic/crypto/crypto_handshake.cc
|
| +++ b/net/quic/crypto/crypto_handshake.cc
|
| @@ -14,6 +14,7 @@ namespace net {
|
| QuicCryptoNegotiatedParameters::QuicCryptoNegotiatedParameters()
|
| : key_exchange(0),
|
| aead(0),
|
| + token_binding_key_param(0),
|
| x509_ecdsa_supported(false),
|
| x509_supported(false),
|
| sct_supported_by_client(false) {}
|
|
|