Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3762)

Unified Diff: base/process/launch.h

Issue 2053953002: Add chrome_crash_reporter_client_win.cc to the source file list for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/message_loop/message_pump_win.cc ('k') | base/process/launch_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/launch.h
diff --git a/base/process/launch.h b/base/process/launch.h
index adfa093cfa774f44bbede98232adc4a5be3b8c16..28cea7b931c389c8376fff8d9f42d6354d3d5815 100644
--- a/base/process/launch.h
+++ b/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.
« no previous file with comments | « base/message_loop/message_pump_win.cc ('k') | base/process/launch_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698