Index: chrome/browser/renderer_host/browser_render_process_host.cc |
=================================================================== |
--- chrome/browser/renderer_host/browser_render_process_host.cc (revision 44239) |
+++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy) |
@@ -336,7 +336,7 @@ |
// Spawn the child process asynchronously to avoid blocking the UI thread. |
// As long as there's no renderer prefix, we can use the zygote process |
// at this stage. |
- child_process_.reset(new ChildProcessLauncher( |
+ child_process_.reset(new base::MpChildProcessLauncher( |
#if defined(OS_WIN) |
FilePath(), |
#elif defined(POSIX) |
@@ -345,6 +345,7 @@ |
channel_->GetClientFileDescriptor(), |
#endif |
cmd_line, |
+ &context_, |
this)); |
fast_shutdown_started_ = false; |