| Index: net/quic/crypto/quic_crypto_server_config.cc
|
| diff --git a/net/quic/crypto/quic_crypto_server_config.cc b/net/quic/crypto/quic_crypto_server_config.cc
|
| index 3ef62d2f1e12b82ff5461b488ed0bd873554bbc2..c6d32e5a2f4887e2329271296a086bb9450c0e6e 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.cc
|
| +++ b/net/quic/crypto/quic_crypto_server_config.cc
|
| @@ -205,6 +205,9 @@ QuicCryptoServerConfig::ConfigOptions::ConfigOptions()
|
| token_binding_enabled(false),
|
| p256(false) {}
|
|
|
| +QuicCryptoServerConfig::ConfigOptions::ConfigOptions(
|
| + const ConfigOptions& other) = default;
|
| +
|
| QuicCryptoServerConfig::QuicCryptoServerConfig(
|
| StringPiece source_address_token_secret,
|
| QuicRandom* server_nonce_entropy,
|
|
|