Chromium Code Reviews| Index: remoting/client/plugin/chromoting_instance.h |
| diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h |
| index 548d37b52400b98421076982c5eb961f665df3f6..40ea171b4bd3308a7d4955faeebacc6ad5be7164 100644 |
| --- a/remoting/client/plugin/chromoting_instance.h |
| +++ b/remoting/client/plugin/chromoting_instance.h |
| @@ -126,6 +126,7 @@ class ChromotingInstance : public ClientUserInterface, |
| void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) override; |
| // PepperVideoRenderer::EventHandler interface. |
| + void OnVideoDecodeError() override; |
| void OnVideoFirstFrameReceived() override; |
| void OnVideoSize(const webrtc::DesktopSize& size, |
| const webrtc::DesktopVector& dpi) override; |
| @@ -192,6 +193,9 @@ class ChromotingInstance : public ClientUserInterface, |
| void HandleSendMouseInputWhenUnfocused(); |
| void HandleDelegateLargeCursors(); |
| + // Disconnects the client. |
|
Wez
2015/01/06 22:17:10
This comment doesn't really add anything over the
Sergey Ulanov
2015/01/07 19:37:30
Done.
|
| + void Disconnect(); |
| + |
| // Helper method to post messages to the webapp. |
| void PostChromotingMessage(const std::string& method, |
| const pp::VarDictionary& data); |