| Index: remoting/host/win/unprivileged_process_delegate.cc
|
| diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc
|
| index dfff10ca1d69ccb6e1ac517c5ea9578c477e404e..56d7be149b3ff2d3053e884dd9535428019f161f 100644
|
| --- a/remoting/host/win/unprivileged_process_delegate.cc
|
| +++ b/remoting/host/win/unprivileged_process_delegate.cc
|
| @@ -298,6 +298,7 @@ void UnprivilegedProcessDelegate::LaunchProcess(
|
| mojo::edk::PlatformChannelPair mojo_channel;
|
| mojo_channel.PrepareToPassClientHandleToChildProcess(&command_line,
|
| &handles_to_inherit);
|
| + event_handler_->AppendSwitches(&command_line);
|
|
|
| // Try to launch the worker process. The launched process inherits
|
| // the window station, desktop and pipe handles, created above.
|
|
|