Index: remoting/host/chromoting_host_unittest.cc |
=================================================================== |
--- remoting/host/chromoting_host_unittest.cc (revision 176125) |
+++ remoting/host/chromoting_host_unittest.cc (working copy) |
@@ -244,6 +244,8 @@ |
desktop_environment_factory_.get(), |
base::TimeDelta()); |
connection_ptr->set_host_stub(client); |
+ connection_ptr->set_input_stub( |
+ client->desktop_environment()->event_executor()); |
ui_task_runner_->PostTask( |
FROM_HERE, base::Bind(&ChromotingHostTest::AddClientToHost, |