Index: remoting/protocol/connection_to_host.h |
=================================================================== |
--- remoting/protocol/connection_to_host.h (revision 96105) |
+++ remoting/protocol/connection_to_host.h (working copy) |
@@ -124,14 +124,9 @@ |
// 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(); |