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

Unified Diff: ipc/ipc_channel_mojo.cc

Issue 2310563002: Adds routed interface support between RenderFrameHost and RenderFrame (Closed)
Patch Set: rebase 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: ipc/ipc_channel_mojo.cc
diff --git a/ipc/ipc_channel_mojo.cc b/ipc/ipc_channel_mojo.cc
index d4fdca56b72edb6f3faef345e53aa6d77ac6b7db..300d38ec83f955e5864469a5887fc4dadb1b3b27 100644
--- a/ipc/ipc_channel_mojo.cc
+++ b/ipc/ipc_channel_mojo.cc
@@ -349,6 +349,8 @@ void ChannelMojo::OnAssociatedInterfaceRequest(
if (!factory.is_null())
factory.Run(std::move(handle));
+ else
+ listener_->OnAssociatedInterfaceRequest(name, std::move(handle));
}
bool ChannelMojo::Send(Message* message) {

Powered by Google App Engine
This is Rietveld 408576698