| Index: remoting/client/host_connection.h
|
| diff --git a/remoting/client/host_connection.h b/remoting/client/host_connection.h
|
| index 8438fb9f6dd1af1ccd13fef2e2b75e5a93a1878e..7af8de3f4001b692bbf643d4cebd38c244b86818 100644
|
| --- a/remoting/client/host_connection.h
|
| +++ b/remoting/client/host_connection.h
|
| @@ -43,6 +43,9 @@ class HostConnection {
|
| HostEventCallback* event_callback) = 0;
|
| virtual void Disconnect() = 0;
|
|
|
| + // Send an input event to the host.
|
| + virtual void SendEvent(const ChromotingClientMessage& msg) = 0;
|
| +
|
| protected:
|
| HostConnection() {}
|
|
|
|
|