| Index: remoting/protocol/connection_to_client.h
|
| diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
|
| index 296ce63ca6659023364d21a85e0b6d5a8db2bedf..9d7e25fbea9043ffffaa1f70f6a74efb5521d3d8 100644
|
| --- a/remoting/protocol/connection_to_client.h
|
| +++ b/remoting/protocol/connection_to_client.h
|
| @@ -90,6 +90,11 @@ class ConnectionToClient :
|
| // Callback for protocol Session.
|
| void OnSessionStateChange(Session::State state);
|
|
|
| + // Callback for VideoReader::Init().
|
| + void OnVideoInitialized(bool successful);
|
| +
|
| + void CloseOnError();
|
| +
|
| // Stops writing in the channels.
|
| void CloseChannels();
|
|
|
|
|