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

Unified Diff: content/browser/memory/memory_message_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
Index: content/browser/memory/memory_message_filter.cc
diff --git a/content/browser/memory/memory_message_filter.cc b/content/browser/memory/memory_message_filter.cc
index 9ab2adbd18ca7670664589e2972d841ed7778927..d7a61c520f0ddb8940bc754f5f610e850f456fd8 100644
--- a/content/browser/memory/memory_message_filter.cc
+++ b/content/browser/memory/memory_message_filter.cc
@@ -26,7 +26,7 @@ MemoryMessageFilter::MemoryMessageFilter(
MemoryMessageFilter::~MemoryMessageFilter() {}
-void MemoryMessageFilter::OnFilterAdded(IPC::Sender* sender) {
+void MemoryMessageFilter::OnFilterAdded(IPC::Channel* channel) {
MemoryPressureControllerImpl::GetInstance()->OnMemoryMessageFilterAdded(this);
}
« no previous file with comments | « content/browser/memory/memory_message_filter.h ('k') | content/browser/service_worker/service_worker_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698