diff options
| author | vmpstr <vmpstr@chromium.org> | 2016-03-24 13:22:54 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-03-24 20:25:04 +0000 |
| commit | bf0d713a72db33bdf6c51d65f009f73e822db3e0 (patch) | |
| tree | fa6a45c9d24364ee4bbb6c2ca642ed55378a4a2c /net/quic/crypto/quic_crypto_server_config.h | |
| parent | 1b9ba3a73f704481805e775df401a5bfd21ee3a9 (diff) | |
| download | chromium_src-bf0d713a72db33bdf6c51d65f009f73e822db3e0.zip chromium_src-bf0d713a72db33bdf6c51d65f009f73e822db3e0.tar.gz chromium_src-bf0d713a72db33bdf6c51d65f009f73e822db3e0.tar.bz2 | |
Add more out of line copy ctors for complex classes.
This patch adds the remaining copy constructors for complex classes.
After this patch, it should be possible to enable the heavy class copy
constructor checks by default.
R=thakis@chromium.org, dcheng@chromium.org
TBR=jam@chromium.org
BUG=436357
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1825273002
Cr-Commit-Position: refs/heads/master@{#383131}
Diffstat (limited to 'net/quic/crypto/quic_crypto_server_config.h')
| -rw-r--r-- | net/quic/crypto/quic_crypto_server_config.h | 1 |
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. |
