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

Unified Diff: base/process/launch.cc

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually works now. Removes unnecessary logging. Created 7 years 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
Index: base/process/launch.cc
diff --git a/base/process/launch.cc b/base/process/launch.cc
index 1329a5af23e316e4dc548d0716b171e769e08278..4bc692663f332fb4a50fc53497a025c4ddb13b88 100644
--- a/base/process/launch.cc
+++ b/base/process/launch.cc
@@ -17,7 +17,8 @@ LaunchOptions::LaunchOptions()
stdin_handle(NULL),
stdout_handle(NULL),
stderr_handle(NULL),
- force_breakaway_from_job_(false)
+ force_breakaway_from_job_(false),
+ run_elevated(false)
#else
fds_to_remap(NULL),
maximize_rlimits(NULL),
« no previous file with comments | « base/process/launch.h ('k') | base/process/launch_win.cc » ('j') | base/process/launch_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698