Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: ipc/ipc_channel_proxy.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ipc/ipc_channel_proxy.h
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
index e4cd83a4dd736390b510a85052c7375e0a56791c..c295b345a239e07805841fa2f428adcb90258763 100644
--- a/ipc/ipc_channel_proxy.h
+++ b/ipc/ipc_channel_proxy.h
@@ -116,6 +116,9 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
// Returns a re-written message, freeing the original, or simply the
// original unchanged if no rewrite indicated.
virtual Message *Rewrite(Message *message) = 0;
+
+ protected:
+ virtual ~OutgoingMessageFilter() { }
};
// Initializes a channel proxy. The channel_handle and mode parameters are
« cc/render_pass_sink.h ('K') | « dbus/property.h ('k') | media/audio/audio_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698