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

Unified Diff: content/child/child_histogram_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
« no previous file with comments | « content/child/child_histogram_message_filter.h ('k') | content/common/font_cache_dispatcher_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_histogram_message_filter.cc
diff --git a/content/child/child_histogram_message_filter.cc b/content/child/child_histogram_message_filter.cc
index 9d0c5c479edfc495227419c75d1043fae49370c2..0daa7f3f423c1a56f5ac580cb107ac2cc7e72169 100644
--- a/content/child/child_histogram_message_filter.cc
+++ b/content/child/child_histogram_message_filter.cc
@@ -26,8 +26,8 @@ ChildHistogramMessageFilter::ChildHistogramMessageFilter()
ChildHistogramMessageFilter::~ChildHistogramMessageFilter() {
}
-void ChildHistogramMessageFilter::OnFilterAdded(IPC::Sender* sender) {
- sender_ = sender;
+void ChildHistogramMessageFilter::OnFilterAdded(IPC::Channel* channel) {
+ sender_ = channel;
}
void ChildHistogramMessageFilter::OnFilterRemoved() {
« no previous file with comments | « content/child/child_histogram_message_filter.h ('k') | content/common/font_cache_dispatcher_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698