diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 01:06:28 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 01:06:28 +0000 |
commit | e60b6496879d9ab8a58abf998bfbd02aab834aba (patch) | |
tree | cd4068f309018fa553c5e1e282c48e1be02f02d7 /chrome/browser/extensions/sandboxed_extension_unpacker.h | |
parent | a45a84fa3d8005703a3cdbd204b25d40297599da (diff) | |
download | chromium_src-e60b6496879d9ab8a58abf998bfbd02aab834aba.zip chromium_src-e60b6496879d9ab8a58abf998bfbd02aab834aba.tar.gz chromium_src-e60b6496879d9ab8a58abf998bfbd02aab834aba.tar.bz2 |
Tenth patch in making destructors of refcounted objects private.
BUG=26749
Review URL: http://codereview.chromium.org/376007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/sandboxed_extension_unpacker.h')
-rw-r--r-- | chrome/browser/extensions/sandboxed_extension_unpacker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.h b/chrome/browser/extensions/sandboxed_extension_unpacker.h index b5f1741..06edcbe 100644 --- a/chrome/browser/extensions/sandboxed_extension_unpacker.h +++ b/chrome/browser/extensions/sandboxed_extension_unpacker.h @@ -103,6 +103,8 @@ class SandboxedExtensionUnpacker : public UtilityProcessHost::Client { class ProcessHostClient; friend class ProcessHostClient; + ~SandboxedExtensionUnpacker() {} + // Validates the signature of the extension and extract the key to // |public_key_|. Returns true if the signature validates, false otherwise. // |