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

Unified Diff: remoting/host/remoting_me2me_host.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/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index 6b01520d8be6693c8677f079894d5eca70615c77..f00f839c65811116e28f3e06a1bfd3bbb9224ae8 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -849,8 +849,6 @@ void HostProcess::StartOnUiThread() {
context_->input_task_runner(), context_->ui_task_runner());
}
#endif // !defined(REMOTING_MULTI_PROCESS)
- desktop_environment_factory->set_supports_touch_events(
- InputInjector::SupportsTouchEvents());
desktop_environment_factory_.reset(desktop_environment_factory);

Powered by Google App Engine
This is Rietveld 408576698