Index: content/browser/child_process_launcher_helper_android.cc |
diff --git a/content/browser/child_process_launcher_helper_android.cc b/content/browser/child_process_launcher_helper_android.cc |
index 955689e6cd060f535b87f2925795788b77b5d7fd..0e14cf659156c41e8b6be735d0f5829712924efe 100644 |
--- a/content/browser/child_process_launcher_helper_android.cc |
+++ b/content/browser/child_process_launcher_helper_android.cc |
@@ -116,11 +116,9 @@ ChildProcessLauncherHelper::LaunchProcessOnLauncherThread( |
int* launch_result) { |
*is_synchronous_launch = false; |
- StartChildProcess(command_line()->argv(), |
- child_process_id(), |
- files_to_register.get(), |
- base::Bind(&ChildProcessStartedCallback, |
- RetainedRef(this))); |
+ StartChildProcess( |
+ command_line()->argv(), child_process_id(), files_to_register.get(), |
+ param_id_, base::Bind(&ChildProcessStartedCallback, RetainedRef(this))); |
return Process(); |
} |