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

Unified Diff: ipc/ipc_channel_mojo.cc

Issue 2646853003: Mojo C++ bindings: Simplify associated interface API. (Closed)
Patch Set: . Created 3 years, 10 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 | « no previous file | ipc/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_mojo.cc
diff --git a/ipc/ipc_channel_mojo.cc b/ipc/ipc_channel_mojo.cc
index c8baa42053dd255293837db860a687f0640fb275..3b4e5e9cab8c003149549c399e58d808b32ebb4d 100644
--- a/ipc/ipc_channel_mojo.cc
+++ b/ipc/ipc_channel_mojo.cc
@@ -399,7 +399,8 @@ ChannelMojo::CreateThreadSafeChannel() {
task_runner_, base::Bind(&ChannelMojo::ForwardMessageFromThreadSafePtr,
weak_factory_.GetWeakPtr()),
base::Bind(&ChannelMojo::ForwardMessageWithResponderFromThreadSafePtr,
- weak_factory_.GetWeakPtr()));
+ weak_factory_.GetWeakPtr()),
+ *bootstrap_->GetAssociatedGroup());
}
void ChannelMojo::OnPeerPidReceived(int32_t peer_pid) {
« no previous file with comments | « no previous file | ipc/ipc_mojo_bootstrap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698