summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 15:32:07 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-06 15:32:07 +0000
commitcb4bf8dd63578749cd926261a5ccd8c5699a558d (patch)
treecaecaef8a0a0571b87cb101def9181b893dc5935 /ipc
parenta35693b4f4762831b8f3d15c62e4bbde25dc0b41 (diff)
downloadchromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.zip
chromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.tar.gz
chromium_src-cb4bf8dd63578749cd926261a5ccd8c5699a558d.tar.bz2
Revert "GTTF: Add missing virtual destructors."
It turned out this is not necessary, we have a better warning already enabled in clang (-Wdelete-non-virtual-dtor, part of -Wall). TBR=darin,satorux,fischman,jamesr,jar,sky BUG=45135 Review URL: https://codereview.chromium.org/12224027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_channel_proxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
index 8ea6734..e4cd83a 100644
--- a/ipc/ipc_channel_proxy.h
+++ b/ipc/ipc_channel_proxy.h
@@ -113,8 +113,6 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
// re-write the message. Used mainly for testing.
class OutgoingMessageFilter {
public:
- virtual ~OutgoingMessageFilter() { }
-
// Returns a re-written message, freeing the original, or simply the
// original unchanged if no rewrite indicated.
virtual Message *Rewrite(Message *message) = 0;