Chromium Code Reviews| Index: remoting/host/input_injector_chromeos.cc |
| diff --git a/remoting/host/input_injector_chromeos.cc b/remoting/host/input_injector_chromeos.cc |
| index 6e8e5fd328ef7287e132e90aef2769e932b87bf7..5bb19c55409b1b679e1155af23d6745ef12e30f1 100644 |
| --- a/remoting/host/input_injector_chromeos.cc |
| +++ b/remoting/host/input_injector_chromeos.cc |
| @@ -216,4 +216,9 @@ scoped_ptr<InputInjector> InputInjector::Create( |
| return make_scoped_ptr(new InputInjectorChromeos(ui_task_runner)); |
| } |
| +// static |
| +bool InputInjector::SupportsTouchEvents() { |
| + return false; |
| +} |
| + |
| } // namespace remoting |