summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/target_process.h
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-28 02:12:54 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-28 02:12:54 +0000
commit210f33c82b462ce93d8f26843c244ed0ff0b971c (patch)
tree1cf6fa361ac896d02f9fb81c4bae422caaf8a16a /sandbox/win/src/target_process.h
parent2d91c0336cf6097e9d87d8999c95b3fadbe0c084 (diff)
downloadchromium_src-210f33c82b462ce93d8f26843c244ed0ff0b971c.zip
chromium_src-210f33c82b462ce93d8f26843c244ed0ff0b971c.tar.gz
chromium_src-210f33c82b462ce93d8f26843c244ed0ff0b971c.tar.bz2
Move STARTUPINFO manipulation into SpawnTarget
Review URL: https://chromiumcodereview.appspot.com/10878071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153606 0039d316-1c4b-4281-b951-d872f2087c98
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.