| Index: base/process/launch.h
|
| diff --git a/base/process/launch.h b/base/process/launch.h
|
| index 8a63b8493b72dcdbc8b1fb61812cbf0eec2dbc23..0450ddf021e0faa7936bf7118951d050e185251b 100644
|
| --- a/base/process/launch.h
|
| +++ b/base/process/launch.h
|
| @@ -115,9 +115,6 @@
|
|
|
| #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
|
|
|