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

Unified Diff: content/child/child_thread_impl.cc

Issue 1476643002: mustash: Enable connections to mus from the Chrome renderer [take 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create a RenderWidgetWindowTreeeClientFactory in tests Created 5 years, 1 month 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: content/child/child_thread_impl.cc
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
index be915a08df82b9be4e991680f17a9c066617e54b..d6b3d9685f0d3f2fe719df7ef5c06bc46947b806 100644
--- a/content/child/child_thread_impl.cc
+++ b/content/child/child_thread_impl.cc
@@ -726,7 +726,7 @@ void ChildThreadImpl::OnBindExternalMojoShellHandle(
mojo::ScopedMessagePipeHandle message_pipe =
mojo_shell_channel_init_.Init(handle, GetIOTaskRunner());
DCHECK(message_pipe.is_valid());
- MojoShellConnectionImpl::CreateWithMessagePipe(message_pipe.Pass());
+ MojoShellConnectionImpl::Get()->BindToMessagePipe(message_pipe.Pass());
#endif // defined(MOJO_SHELL_CLIENT)
}

Powered by Google App Engine
This is Rietveld 408576698