| Index: remoting/client/plugin/chromoting_instance.h
|
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h
|
| index 66e00b159fde19425e9b64747afa52e794f88fb2..a22338269f9deb3ae870960c59d5af85c0eb319a 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_;
|
|
|