| Index: remoting/host/desktop_process.cc
|
| diff --git a/remoting/host/desktop_process.cc b/remoting/host/desktop_process.cc
|
| index e7cdb182db985cfa6314ef8df3bb92e125a9f64a..3b2ae574dbaca891ee00bcda90f810669bca55dd 100644
|
| --- a/remoting/host/desktop_process.cc
|
| +++ b/remoting/host/desktop_process.cc
|
| @@ -139,9 +139,9 @@ bool DesktopProcess::Start(
|
| #endif // !defined(OS_WIN)
|
|
|
| // Create a desktop agent.
|
| - desktop_agent_ = new DesktopSessionAgent(
|
| - audio_task_runner, caller_task_runner_, input_task_runner_,
|
| - io_task_runner_, DesktopEnvironmentOptions::CreateDefault());
|
| + desktop_agent_ =
|
| + new DesktopSessionAgent(audio_task_runner, caller_task_runner_,
|
| + input_task_runner_, io_task_runner_);
|
|
|
| // Start the agent and create an IPC channel to talk to it.
|
| mojo::ScopedMessagePipeHandle desktop_pipe =
|
|
|