Index: content/browser/android/child_process_launcher_android.h |
diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h |
index 71a6f04c7120ab3567ff81c74bd03ca9ae87bf36..726602d65e1c772c6c7cc1872397de84c430e55e 100644 |
--- a/content/browser/android/child_process_launcher_android.h |
+++ b/content/browser/android/child_process_launcher_android.h |
@@ -22,6 +22,7 @@ typedef base::Callback<void(base::ProcessHandle)> StartChildProcessCallback; |
// retuned if the process could not be created. |
void StartChildProcess( |
const CommandLine::StringVector& argv, |
+ int child_process_id, |
const std::vector<FileDescriptorInfo>& files_to_register, |
const StartChildProcessCallback& callback); |