diff options
Diffstat (limited to 'remoting/client/plugin/chromoting_instance.h')
-rw-r--r-- | remoting/client/plugin/chromoting_instance.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h index 66e00b1..a223382 100644 --- a/remoting/client/plugin/chromoting_instance.h +++ b/remoting/client/plugin/chromoting_instance.h @@ -190,6 +190,9 @@ class ChromotingInstance : void ProcessLogToUI(const std::string& message); + // Returns true if there is a ConnectionToHost and it is connected. + bool IsConnected(); + bool initialized_; PepperPluginThreadDelegate plugin_thread_delegate_; @@ -199,6 +202,7 @@ class ChromotingInstance : scoped_ptr<PepperView> view_; scoped_refptr<RectangleUpdateDecoder> rectangle_decoder_; + scoped_ptr<protocol::MouseInputFilter> mouse_input_filter_; scoped_ptr<protocol::InputEventTracker> input_tracker_; KeyEventMapper key_mapper_; |