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

Unified Diff: content/renderer/pepper/pepper_hung_plugin_filter.h

Issue 10388186: RefCounted types should not have public destructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/pepper/pepper_hung_plugin_filter.h
diff --git a/content/renderer/pepper/pepper_hung_plugin_filter.h b/content/renderer/pepper/pepper_hung_plugin_filter.h
index 5fb63ef7d1b41246298adb2c464b6662fe65d440..2d2dc532ac5f3eb19b1c6295901fa9977764ada8 100644
--- a/content/renderer/pepper/pepper_hung_plugin_filter.h
+++ b/content/renderer/pepper/pepper_hung_plugin_filter.h
@@ -37,7 +37,6 @@ class PepperHungPluginFilter
PepperHungPluginFilter(const FilePath& plugin_path,
int view_routing_id,
int plugin_child_id);
- virtual ~PepperHungPluginFilter();
// SyncMessageStatusReceiver implementation.
virtual void BeginBlockOnSyncMessage() OVERRIDE;
@@ -49,6 +48,9 @@ class PepperHungPluginFilter
virtual void OnChannelError() OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
+ protected:
+ virtual ~PepperHungPluginFilter();
+
private:
// Makes sure that the hung timer is scheduled.
void EnsureTimerScheduled();
« no previous file with comments | « content/browser/tcmalloc_internals_request_job.h ('k') | content/renderer/pepper/pepper_hung_plugin_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698