Chromium Code Reviews| Index: remoting/host/desktop_environment.h |
| diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h |
| index 50aa11d8832ee9df2a593945ddd00c2ecabc7840..3ef538e2c4fd9e35b4aefa922683d09a764067a6 100644 |
| --- a/remoting/host/desktop_environment.h |
| +++ b/remoting/host/desktop_environment.h |
| @@ -82,6 +82,9 @@ class DesktopEnvironmentFactory { |
| // Enables or disables gnubby authentication. |
| virtual void SetEnableGnubbyAuth(bool enable) {} |
| + |
| + // Enables or disables multi touch. |
| + virtual void SetEnableMultiTouch(bool enable) {} |
|
Wez
2015/04/21 02:12:12
See comment re naming of this feature.
IMO this s
Rintaro Kuroiwa
2015/04/22 19:55:59
Removed.
|
| }; |
| } // namespace remoting |