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

Unified Diff: base/process/launch.h

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
« no previous file with comments | « no previous file | base/process/launch.cc » ('j') | base/process/launch_win.cc » ('J')
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 ac2df5eee5f751c3c718190a62db078dbc826835..ae711f9d5a313a1f16a4823265ed0c3c34b278f5 100644
--- a/base/process/launch.h
+++ b/base/process/launch.h
@@ -76,6 +76,8 @@ struct BASE_EXPORT LaunchOptions {
// CREATE_BREAKAWAY_FROM_JOB flag which allows it to breakout of the parent
// job if any.
bool force_breakaway_from_job_;
+
+ bool run_elevated;
#else
// Set/unset environment variables. Empty (the default) means to inherit
// the same environment. See AlterEnvironment().
« no previous file with comments | « no previous file | base/process/launch.cc » ('j') | base/process/launch_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698