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

Unified Diff: remoting/host/desktop_session_proxy.h

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back to setting a flag on DesktopEnvironmentFactory Created 5 years, 8 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/desktop_session_proxy.h
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
index f18caba36eb32ba2a92d6175d576805f2f0973f5..3b0bd4da4c10b0d6b4a009f90421c8dc1b7e5ffd 100644
--- a/remoting/host/desktop_session_proxy.h
+++ b/remoting/host/desktop_session_proxy.h
@@ -75,7 +75,8 @@ class DesktopSessionProxy
scoped_refptr<base::SingleThreadTaskRunner> video_capture_task_runner,
base::WeakPtr<ClientSessionControl> client_session_control,
base::WeakPtr<DesktopSessionConnector> desktop_session_connector,
- bool virtual_terminal);
+ bool virtual_terminal,
+ bool multi_touch_enabled);
// Mirrors DesktopEnvironment.
scoped_ptr<AudioCapturer> CreateAudioCapturer();
@@ -227,6 +228,8 @@ class DesktopSessionProxy
bool virtual_terminal_;
+ bool multi_touch_enabled_;
+
DISALLOW_COPY_AND_ASSIGN(DesktopSessionProxy);
};

Powered by Google App Engine
This is Rietveld 408576698