Chromium Code Reviews| Index: remoting/host/it2me/it2me_host.cc |
| diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc |
| index 0ea715f3231449342b66acbac4b380b5e30e9ff4..1d45435870ad6ddcbf84608f254dbb47ca66a2f6 100644 |
| --- a/remoting/host/it2me/it2me_host.cc |
| +++ b/remoting/host/it2me/it2me_host.cc |
| @@ -17,6 +17,7 @@ |
| #include "remoting/host/host_event_logger.h" |
| #include "remoting/host/host_secret.h" |
| #include "remoting/host/host_status_logger.h" |
| +#include "remoting/host/input_injector.h" |
| #include "remoting/host/it2me/it2me_confirmation_dialog.h" |
| #include "remoting/host/it2me_desktop_environment.h" |
| #include "remoting/host/policy_watcher.h" |
| @@ -69,6 +70,8 @@ void It2MeHost::Connect() { |
| host_context_->network_task_runner(), |
| host_context_->input_task_runner(), |
| host_context_->ui_task_runner())); |
| + desktop_environment_factory_->SetEnableMultiTouch( |
| + InputInjector::CanInjectTouch()); |
|
Wez
2015/04/21 02:12:12
I thought we were holding off on enabling this for
Rintaro Kuroiwa
2015/04/22 19:55:59
Removed.
|
| // Start monitoring configured policies. |
| policy_watcher_->StartWatching( |