Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: remoting/host/ipc_desktop_environment_unittest.cc

Issue 2456563002: Remove supports_touch_events flag from BasicDesktopEnvironment (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698