| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 1462e10671f4b7256d08c0ce6d8b3b9e6d2386b8..ff7c3d7c4b36fe23c7221b087ab536137df486a9 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -129,7 +129,7 @@ class ChildProcessLauncher::Context
|
| std::string process_type =
|
| cmd_line->GetSwitchValueASCII(switches::kProcessType);
|
| int crash_signal_fd =
|
| - content::GetContentClient()->browser()->GetCrashSignalFD(process_type);
|
| + content::GetContentClient()->browser()->GetCrashSignalFD(cmd_line);
|
| if (use_zygote) {
|
| base::GlobalDescriptors::Mapping mapping;
|
| mapping.push_back(std::pair<uint32_t, int>(kPrimaryIPCChannel, ipcfd));
|
|
|