Chromium Code Reviews| Index: sandbox/win/src/target_process.h |
| diff --git a/sandbox/win/src/target_process.h b/sandbox/win/src/target_process.h |
| index 9a8dded55a284a38180c71c886a688f9188d9418..88d6e0eca9dad472a782be5fbf03e59ddfbf1648 100644 |
| --- a/sandbox/win/src/target_process.h |
| +++ b/sandbox/win/src/target_process.h |
| @@ -45,9 +45,12 @@ class TargetProcess { |
| void Release() {} |
| // Creates the new target process. The process is created suspended. |
| + // |set_lockdown_token_after_create| is set, the lockdown token |
|
rvargas (doing something else)
2015/02/28 02:23:08
nit: "when |foo| is set"?, "if |foo| is set"?
Shrikant Kelkar
2015/02/28 02:33:47
Done.
|
| + // is replaced after the process is created |
| DWORD Create(const wchar_t* exe_path, |
| const wchar_t* command_line, |
| bool inherit_handles, |
| + bool set_lockdown_token_after_create, |
| const base::win::StartupInformation& startup_info, |
| base::win::ScopedProcessInformation* target_info); |