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

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

Issue 2349713003: IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel (Closed)
Patch Set: . Created 4 years, 3 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
« no previous file with comments | « content/renderer/pepper/pepper_hung_plugin_filter.h ('k') | gpu/ipc/service/gpu_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_hung_plugin_filter.cc
diff --git a/content/renderer/pepper/pepper_hung_plugin_filter.cc b/content/renderer/pepper/pepper_hung_plugin_filter.cc
index b43606c14fd7002fcb9ec0b685dcd480a79eb22d..b0d5dcf54aa81f213f6f81e7d7738953bd809373 100644
--- a/content/renderer/pepper/pepper_hung_plugin_filter.cc
+++ b/content/renderer/pepper/pepper_hung_plugin_filter.cc
@@ -56,8 +56,6 @@ void PepperHungPluginFilter::EndBlockOnSyncMessage() {
MayHaveBecomeUnhung();
}
-void PepperHungPluginFilter::OnFilterAdded(IPC::Sender* sender) {}
-
void PepperHungPluginFilter::OnFilterRemoved() {
base::AutoLock lock(lock_);
MayHaveBecomeUnhung();
« no previous file with comments | « content/renderer/pepper/pepper_hung_plugin_filter.h ('k') | gpu/ipc/service/gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698