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

Unified Diff: content/renderer/plugin_channel_host.cc

Issue 10071038: RefCounted types should not have public destructors, content/browser part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: content/renderer/plugin_channel_host.cc
diff --git a/content/renderer/plugin_channel_host.cc b/content/renderer/plugin_channel_host.cc
index e0558528c8e2de8b7ff1e94fd63280646c35d2f1..48a718f392971384025af638b37245d1b5a5e077 100644
--- a/content/renderer/plugin_channel_host.cc
+++ b/content/renderer/plugin_channel_host.cc
@@ -30,6 +30,8 @@ class IsListeningFilter : public IPC::ChannelProxy::MessageFilter {
static bool is_listening_;
private:
+ virtual ~IsListeningFilter() {}
+
IPC::Channel* channel_;
DISALLOW_COPY_AND_ASSIGN(IsListeningFilter);

Powered by Google App Engine
This is Rietveld 408576698