| Index: remoting/client/chromoting_session.h
|
| diff --git a/remoting/client/chromoting_session.h b/remoting/client/chromoting_session.h
|
| index 8f67c653d0152f563db7fe95a1b8d1e6d581efe9..6a13dabb342aa59566d0ac12f955cf93bcedf5bb 100644
|
| --- a/remoting/client/chromoting_session.h
|
| +++ b/remoting/client/chromoting_session.h
|
| @@ -117,6 +117,8 @@ class ChromotingSession : public ClientUserInterface,
|
| // Sends the provided keyboard scan code to the host.
|
| bool SendKeyEvent(int scan_code, int key_code, bool key_down);
|
|
|
| + bool SendKeyEvent(int key_code, bool key_down);
|
| +
|
| void SendTextEvent(const std::string& text);
|
|
|
| // Sends the provided touch event payload to the host.
|
|
|