| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index adc40e0925631f3dc4ca554190a0c98522fcb2b9..9fe3fdb76ce1af9644dcb432c98993a675ee77a4 100644
|
| --- a/remoting/client/plugin/chromoting_instance.h
|
| +++ b/remoting/client/plugin/chromoting_instance.h
|
| @@ -28,6 +28,7 @@
|
| #include "remoting/base/scoped_thread_proxy.h"
|
| #include "remoting/client/client_context.h"
|
| #include "remoting/client/plugin/pepper_plugin_thread_delegate.h"
|
| +#include "remoting/proto/event.pb.h"
|
| #include "remoting/protocol/connection_to_host.h"
|
|
|
| namespace base {
|
| @@ -129,6 +130,7 @@ class ChromotingInstance :
|
| void Disconnect();
|
| void OnIncomingIq(const std::string& iq);
|
| void ReleaseAllKeys();
|
| + void InjectKeyEvent(const protocol::KeyEvent& event);
|
| void SendClipboardItem(const std::string& mime_type, const std::string& item);
|
|
|
| // Return statistics record by ChromotingClient.
|
|
|