commit | bf0d713a72db33bdf6c51d65f009f73e822db3e0 | [log] [tgz] |
---|---|---|
author | vmpstr <[email protected]> | Thu Mar 24 20:22:54 2016 |
committer | Commit bot <[email protected]> | Thu Mar 24 20:25:04 2016 |
tree | fa6a45c9d24364ee4bbb6c2ca642ed55378a4a2c | |
parent | 1b9ba3a73f704481805e775df401a5bfd21ee3a9 [diff] [blame] |
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. [email protected], [email protected] [email protected] BUG=436357 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1825273002 Cr-Commit-Position: refs/heads/master@{#383131}
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index d92d833..efd669c 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h
@@ -54,6 +54,7 @@ // How we send IPC message logs across channels. struct IPC_EXPORT LogData { LogData(); + LogData(const LogData& other); ~LogData(); std::string channel;