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..f73cbef9a6460fc0cf3c0f5d57becf6741f16e9a 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)); |