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

Unified Diff: components/nacl/renderer/pnacl_translation_resource_host.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: components/nacl/renderer/pnacl_translation_resource_host.cc
diff --git a/components/nacl/renderer/pnacl_translation_resource_host.cc b/components/nacl/renderer/pnacl_translation_resource_host.cc
index b65850cc2a3a0962119ed8726dc7896b5b2dfebe..03b65a57fbf0bc151996f8e55493f66322ac24c8 100644
--- a/components/nacl/renderer/pnacl_translation_resource_host.cc
+++ b/components/nacl/renderer/pnacl_translation_resource_host.cc
@@ -21,9 +21,9 @@ PnaclTranslationResourceHost::~PnaclTranslationResourceHost() {
CleanupCacheRequests();
}
-void PnaclTranslationResourceHost::OnFilterAdded(IPC::Sender* sender) {
+void PnaclTranslationResourceHost::OnFilterAdded(IPC::Channel* channel) {
DCHECK(io_task_runner_->BelongsToCurrentThread());
- sender_ = sender;
+ sender_ = channel;
}
void PnaclTranslationResourceHost::OnFilterRemoved() {
« no previous file with comments | « components/nacl/renderer/pnacl_translation_resource_host.h ('k') | components/tracing/child/child_trace_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698