Chromium Code Reviews| 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(); |