Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index 7dfad56a08ea1950b287984188d6697a49cba07a..9f0041aa78b68ab59b14f39375ee67947032013e 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -235,7 +235,7 @@ class ChildProcessLauncher::Context |
GetAdditionalMappedFilesForChildProcess(*cmd_line, child_process_id, |
&files_to_register); |
- StartChildProcess(cmd_line->argv(), files_to_register, |
+ StartChildProcess(cmd_line->argv(), child_process_id, files_to_register, |
base::Bind(&ChildProcessLauncher::Context::OnChildProcessStarted, |
this_object, client_thread_id, begin_launch_time)); |