| Index: base/process/launch.h
|
| diff --git a/base/process/launch.h b/base/process/launch.h
|
| index 0450ddf021e0faa7936bf7118951d050e185251b..8a63b8493b72dcdbc8b1fb61812cbf0eec2dbc23 100644
|
| --- a/base/process/launch.h
|
| +++ b/base/process/launch.h
|
| @@ -115,6 +115,9 @@ struct BASE_EXPORT LaunchOptions {
|
|
|
| #if defined(OS_LINUX)
|
| // If non-zero, start the process using clone(), using flags as provided.
|
| + // Unlike in clone, clone_flags may not contain a custom termination signal
|
| + // that is sent to the parent when the child dies. The termination signal will
|
| + // always be set to SIGCHLD.
|
| int clone_flags;
|
|
|
| // By default, child processes will have the PR_SET_NO_NEW_PRIVS bit set. If
|
|
|