summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_resource.h
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2016-02-26 17:21:52 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-27 01:23:32 +0000
commit3edc914481ff715869bd27903f2f9884e6d017da (patch)
tree2a63bf039e1c2d2768a9bb1955c77843d880b1e8 /extensions/common/extension_resource.h
parentfa093a8177047c4275f104122b823950d1699d45 (diff)
downloadchromium_src-3edc914481ff715869bd27903f2f9884e6d017da.zip
chromium_src-3edc914481ff715869bd27903f2f9884e6d017da.tar.gz
chromium_src-3edc914481ff715869bd27903f2f9884e6d017da.tar.bz2
extensions: Add out-of-line copy ctors for complex classes.
This patch adds out of line copy constructors for classes that our clang-plugin considers heavy. This is an effort to enable copy constructor checks by default. BUG=436357 R=reillyg@chromium.org, dcheng@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/1724293002 Cr-Commit-Position: refs/heads/master@{#378054}
Diffstat (limited to 'extensions/common/extension_resource.h')
-rw-r--r--extensions/common/extension_resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/common/extension_resource.h b/extensions/common/extension_resource.h
index 806889e..43281cc 100644
--- a/extensions/common/extension_resource.h
+++ b/extensions/common/extension_resource.h
@@ -30,6 +30,8 @@ class ExtensionResource {
const base::FilePath& extension_root,
const base::FilePath& relative_path);
+ ExtensionResource(const ExtensionResource& other);
+
~ExtensionResource();
// set_follow_symlinks_anywhere allows the resource to be a symlink to