| Index: remoting/protocol/connection_to_host.h
|
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
|
| index 11a2e742bbdc2a1215ee8588b3a2523aba44d09e..d3b000eb6138875ba09d1e8f58c99cfc51728e13 100644
|
| --- a/remoting/protocol/connection_to_host.h
|
| +++ b/remoting/protocol/connection_to_host.h
|
| @@ -122,9 +122,14 @@ class ConnectionToHost : public SignalStrategy::StatusObserver,
|
| // Callback for |session_|.
|
| void OnSessionStateChange(Session::State state);
|
|
|
| + // Callback for VideoReader::Init().
|
| + void OnVideoChannelInitialized(bool successful);
|
| +
|
| // Callback for |video_reader_|.
|
| void OnVideoPacket(VideoPacket* packet);
|
|
|
| + void CloseOnError();
|
| +
|
| // Stops writing in the channels.
|
| void CloseChannels();
|
|
|
|
|