summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/target_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src/target_process.h')
-rw-r--r--sandbox/win/src/target_process.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sandbox/win/src/target_process.h b/sandbox/win/src/target_process.h
index 311fa84..cffdf9c 100644
--- a/sandbox/win/src/target_process.h
+++ b/sandbox/win/src/target_process.h
@@ -14,6 +14,14 @@
#include "sandbox/win/src/crosscall_server.h"
#include "sandbox/win/src/sandbox_types.h"
+namespace base {
+namespace win {
+
+class StartupInformation;
+
+}; // namespace win
+}; // namespace base
+
namespace sandbox {
class SharedMemIPCServer;
@@ -38,7 +46,7 @@ class TargetProcess {
// 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,
+ const base::win::StartupInformation& startup_info,
base::win::ScopedProcessInformation* target_info);
// Destroys the target process.