Index: remoting/host/win/launch_process_with_token.h |
diff --git a/remoting/host/win/launch_process_with_token.h b/remoting/host/win/launch_process_with_token.h |
index 196fdebec9955512c53a8d3e5be65a62a63679b6..8f462199b893db7ae9d7761038a9f581f1471c7f 100644 |
--- a/remoting/host/win/launch_process_with_token.h |
+++ b/remoting/host/win/launch_process_with_token.h |
@@ -23,7 +23,9 @@ bool CreateSessionToken(uint32 session_id, base::win::ScopedHandle* token_out); |
bool LaunchProcessWithToken(const FilePath& binary, |
const CommandLine::StringType& command_line, |
HANDLE user_token, |
- base::win::ScopedHandle* process_out); |
+ DWORD creation_flags, |
+ base::win::ScopedHandle* process_out, |
+ base::win::ScopedHandle* thread_out); |
} // namespace remoting |