Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: remoting/protocol/connection_to_host.h

Issue 7508044: Remove video_channel() from Session interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698