| Index: remoting/host/desktop_environment.cc
|
| diff --git a/remoting/host/desktop_environment.cc b/remoting/host/desktop_environment.cc
|
| index 179a8e3ad1540a7d10e2634a0c8e4ba90390e219..12d3655af4f794de1f706c579feb0c9977f5909e 100644
|
| --- a/remoting/host/desktop_environment.cc
|
| +++ b/remoting/host/desktop_environment.cc
|
| @@ -53,7 +53,6 @@ scoped_ptr<DesktopEnvironment> DesktopEnvironment::CreateForService(
|
| #if defined(OS_WIN)
|
| event_executor.reset(new SessionEventExecutorWin(
|
| context->desktop_task_runner(),
|
| - context->file_task_runner(),
|
| event_executor.Pass()));
|
| #endif
|
|
|
|
|