| 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().
|
|
|