summaryrefslogtreecommitdiffstats
path: root/chromium/base/process/launch.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/process/launch.h')
-rw-r--r--chromium/base/process/launch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/base/process/launch.h b/chromium/base/process/launch.h
index adfa093cfa7..28cea7b931c 100644
--- a/chromium/base/process/launch.h
+++ b/chromium/base/process/launch.h
@@ -72,7 +72,7 @@ struct BASE_EXPORT LaunchOptions {
bool start_hidden;
// If non-null, inherit exactly the list of handles in this vector (these
- // handles must be inheritable). This is only supported on Vista and higher.
+ // handles must be inheritable).
HandlesToInheritVector* handles_to_inherit;
// If true, the new process inherits handles from the parent. In production
@@ -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.