| 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 ead0c3ffe7b583e49b9b0a66fe9b987bae291076..33f088d864eb72f31e4dbee692ac11afc1353516 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/crypto/quic_crypto_server_config.h
|
| @@ -125,6 +125,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
|
| // ConfigOptions contains options for generating server configs.
|
| struct NET_EXPORT_PRIVATE ConfigOptions {
|
| ConfigOptions();
|
| + ConfigOptions(const ConfigOptions& other);
|
|
|
| // expiry_time is the time, in UNIX seconds, when the server config will
|
| // expire. If unset, it defaults to the current time plus six months.
|
|
|