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

Unified Diff: content/child/blob_storage/blob_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/blob_storage/blob_message_filter.h ('k') | content/child/child_histogram_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blob_storage/blob_message_filter.cc
diff --git a/content/child/blob_storage/blob_message_filter.cc b/content/child/blob_storage/blob_message_filter.cc
index 66ec62de411a4e86a7029952b63d0f0ba34ca850..0570e17ba0a9dca480dbce1ab0e41d628031863b 100644
--- a/content/child/blob_storage/blob_message_filter.cc
+++ b/content/child/blob_storage/blob_message_filter.cc
@@ -22,8 +22,8 @@ BlobMessageFilter::BlobMessageFilter(
BlobMessageFilter::~BlobMessageFilter() {}
-void BlobMessageFilter::OnFilterAdded(IPC::Sender* sender) {
- sender_ = sender;
+void BlobMessageFilter::OnFilterAdded(IPC::Channel* channel) {
+ sender_ = channel;
}
void BlobMessageFilter::OnChannelClosing() {
« no previous file with comments | « content/child/blob_storage/blob_message_filter.h ('k') | content/child/child_histogram_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698