| Index: remoting/host/ipc_desktop_environment_unittest.cc
|
| diff --git a/remoting/host/ipc_desktop_environment_unittest.cc b/remoting/host/ipc_desktop_environment_unittest.cc
|
| index 6b2799790be0704a95167ec4dfb1f19e774525b2..e34aa5297cba727885bf3d0b9ec717089d03089f 100644
|
| --- a/remoting/host/ipc_desktop_environment_unittest.cc
|
| +++ b/remoting/host/ipc_desktop_environment_unittest.cc
|
| @@ -514,7 +514,6 @@ TEST_F(IpcDesktopEnvironmentTest, CapabilitiesNoTouch) {
|
| // inject touch events.
|
| TEST_F(IpcDesktopEnvironmentTest, TouchEventsCapabilities) {
|
| // Create an environment with multi touch enabled.
|
| - desktop_environment_factory_->set_supports_touch_events(true);
|
| desktop_environment_ = desktop_environment_factory_->Create(
|
| client_session_control_factory_.GetWeakPtr());
|
|
|
|
|