summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_client.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 22:31:43 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 22:31:43 +0000
commit19c28bfec867442cc416fa5a3108418e01c714fb (patch)
treee832b7ec5f9792c27152470d1b44046ff5a2fc6f /remoting/protocol/connection_to_client.h
parent8ec98cd25edd4f9329c0acefd98d4b6f69e4632d (diff)
downloadchromium_src-19c28bfec867442cc416fa5a3108418e01c714fb.zip
chromium_src-19c28bfec867442cc416fa5a3108418e01c714fb.tar.gz
chromium_src-19c28bfec867442cc416fa5a3108418e01c714fb.tar.bz2
Remove video_channel() from Session interface
BUG=None TEST=Unittests. Review URL: http://codereview.chromium.org/7508044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/connection_to_client.h')
-rw-r--r--remoting/protocol/connection_to_client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
index 296ce63..9d7e25f 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();