summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/quic_crypto_server_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/crypto/quic_crypto_server_config.h')
-rw-r--r--net/quic/crypto/quic_crypto_server_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h
index ead0c3f..33f088d 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.