| 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 5d4ee7442fb935548dc5e3d2c797fdaf5073fd4d..452b9b639c3baa0471c1f23a54550bd93ddca2a1 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 base::CommandLine::StringVector& argv,
|
| + int child_process_id,
|
| const std::vector<FileDescriptorInfo>& files_to_register,
|
| const StartChildProcessCallback& callback);
|
|
|
|
|