| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index 8f610b2baaa42f981f8d0a7f27ad3b9d7929d7b3..03ddc7c6ac0dbece9007348788c4fd85ff8d55c6 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -37,6 +37,7 @@ class CONTENT_EXPORT ChildProcessLauncher {
|
| const FilePath& exposed_dir,
|
| #elif defined(OS_POSIX)
|
| bool use_zygote,
|
| + int process_host_id,
|
| const base::EnvironmentVector& environ,
|
| int ipcfd,
|
| #endif
|
|
|