| Index: base/process/launch.h
|
| diff --git a/base/process/launch.h b/base/process/launch.h
|
| index adfa093cfa774f44bbede98232adc4a5be3b8c16..73137ebc6321cfb4c86c708916b23acf6a0d2fb1 100644
|
| --- a/base/process/launch.h
|
| +++ b/base/process/launch.h
|
| @@ -80,7 +80,7 @@ struct BASE_EXPORT LaunchOptions {
|
| // binaries, because open handles from other libraries and subsystems will
|
| // leak to the child process, causing errors such as open socket hangs.
|
| // Note: If |handles_to_inherit| is non-null, this flag is ignored and only
|
| - // those handles will be inherited (on Vista and higher).
|
| + // those handles will be inherited.
|
| bool inherit_handles;
|
|
|
| // If non-null, runs as if the user represented by the token had launched it.
|
|
|