| Index: remoting/host/desktop_session_proxy.h
|
| diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
|
| index 01222a825dca5e99ce67d3e41bdf297958feedbb..53ffcad09037ecb394e91329f81994456c5b6c3c 100644
|
| --- a/remoting/host/desktop_session_proxy.h
|
| +++ b/remoting/host/desktop_session_proxy.h
|
| @@ -76,8 +76,7 @@ class DesktopSessionProxy
|
| scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
|
| base::WeakPtr<ClientSessionControl> client_session_control,
|
| base::WeakPtr<DesktopSessionConnector> desktop_session_connector,
|
| - bool virtual_terminal,
|
| - bool supports_touch_events);
|
| + bool virtual_terminal);
|
|
|
| // Mirrors DesktopEnvironment.
|
| std::unique_ptr<AudioCapturer> CreateAudioCapturer();
|
| @@ -223,9 +222,6 @@ class DesktopSessionProxy
|
|
|
| bool virtual_terminal_;
|
|
|
| - // True if touch events are supported by the desktop session.
|
| - bool supports_touch_events_;
|
| -
|
| // Stores the session id for the proxied desktop process.
|
| uint32_t desktop_session_id_ = UINT32_MAX;
|
|
|
|
|