| Index: remoting/host/win/wts_session_process_delegate.cc
|
| diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc
|
| index 6a55c11449f675a1ac8c86936bd1e8f6d1050c73..457bdd783376a3aaf34b6b9e0e88f2999cb3ebc3 100644
|
| --- a/remoting/host/win/wts_session_process_delegate.cc
|
| +++ b/remoting/host/win/wts_session_process_delegate.cc
|
| @@ -399,6 +399,8 @@ void WtsSessionProcessDelegate::Core::DoLaunchProcess() {
|
| IPC::Channel::MODE_SERVER, this, io_task_runner_);
|
| command_line.AppendSwitchASCII(kMojoPipeToken, mojo_pipe_token);
|
|
|
| + event_handler_->AppendSwitches(&command_line);
|
| +
|
| std::unique_ptr<mojo::edk::PlatformChannelPair> normal_mojo_channel;
|
| std::unique_ptr<mojo::edk::NamedPlatformChannelPair> elevated_mojo_channel;
|
| base::HandlesToInheritVector handles_to_inherit;
|
|
|