Chromium Code Reviews| Index: sandbox/win/src/target_process.h |
| =================================================================== |
| --- sandbox/win/src/target_process.h (revision 153000) |
| +++ sandbox/win/src/target_process.h (working copy) |
| @@ -11,6 +11,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "base/win/scoped_handle.h" |
| #include "base/win/scoped_process_information.h" |
| +#include "base/win/startup_information.h" |
|
rvargas (doing something else)
2012/08/27 17:56:22
nit: forward declare
jschuh
2012/08/27 19:10:19
Done.
|
| #include "sandbox/win/src/crosscall_server.h" |
| #include "sandbox/win/src/sandbox_types.h" |
| @@ -38,7 +39,7 @@ |
| // Creates the new target process. The process is created suspended. |
| DWORD Create(const wchar_t* exe_path, |
| const wchar_t* command_line, |
| - const wchar_t* desktop, |
| + base::win::StartupInformation* startup_info, |
|
rvargas (doing something else)
2012/08/27 17:56:22
const SI& (preferred)? or const SI*
jschuh
2012/08/27 19:10:19
Done.
|
| base::win::ScopedProcessInformation* target_info); |
| // Destroys the target process. |