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

Unified Diff: content/browser/message_port_message_filter.cc

Issue 324143002: Decouple IPC::MessageFilter from IPC::Channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing compilation errors Created 6 years, 6 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/message_port_message_filter.cc
diff --git a/content/browser/message_port_message_filter.cc b/content/browser/message_port_message_filter.cc
index ab3174bc8cc83797b131a123e5c00c2db854eb0d..85077f927c72ce2df131e9fb62c6599135cbd580 100644
--- a/content/browser/message_port_message_filter.cc
+++ b/content/browser/message_port_message_filter.cc
@@ -18,7 +18,7 @@ MessagePortMessageFilter::MessagePortMessageFilter(
MessagePortMessageFilter::~MessagePortMessageFilter() {
}
-void MessagePortMessageFilter::OnChannelClosing() {
+void MessagePortMessageFilter::OnSenderClosing() {
MessagePortService::GetInstance()->OnMessagePortMessageFilterClosing(this);
}

Powered by Google App Engine
This is Rietveld 408576698