| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index d29618ae48769806ecfdcad6f5e629f2651fae70..df6138bb87a7ce11bf18571b15e9640cf6c1bdb9 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -660,7 +660,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
|
|
| if (!process_type.empty() &&
|
| (!delegate_ || delegate_->ShouldSendMachPort(process_type))) {
|
| - MachBroker::ChildSendTaskPortToParent();
|
| + MachBroker::InitChildProcess();
|
| }
|
| #elif defined(OS_WIN)
|
| SetupCRT(command_line);
|
|
|