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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 553283002: IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing windows build error Created 6 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: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index f6f0853349506330c61438a07b0d9a403f69682e..03fcef422c31404dbd51f9cd66250cf02a9adc3a 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -2087,6 +2087,8 @@ void RenderProcessHostImpl::OnProcessLaunched() {
// Chrome IPC message.
MaybeActivateMojo();
+ channel_->OnClientLaunched(child_process_launcher_->GetHandle());
viettrungluu 2014/09/15 20:19:43 It feels a bit suboptimal to require an extra expl
Hajime Morrita 2014/09/15 22:01:36 Yeah... I tried that but it didn't work. A handle
viettrungluu 2014/09/15 22:37:27 I was afraid of something like that. This design
+
while (!queued_messages_.empty()) {
Send(queued_messages_.front());
queued_messages_.pop();
« no previous file with comments | « content/browser/mojo/mojo_application_host.cc ('k') | ipc/ipc.gypi » ('j') | ipc/ipc_channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698