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

Unified Diff: remoting/protocol/jingle_connection_to_host.h

Issue 4476003: Add VideoPacket struct for video packets. Refactor Decode interface to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 10 years, 1 month 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
« no previous file with comments | « remoting/protocol/connection_to_host.h ('k') | remoting/protocol/jingle_connection_to_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_connection_to_host.h
diff --git a/remoting/protocol/jingle_connection_to_host.h b/remoting/protocol/jingle_connection_to_host.h
index fe56e95dce1015c3e944b9a270c9217879fa91c3..c25d872849045c3902edb8008f6e8f418c51ae64 100644
--- a/remoting/protocol/jingle_connection_to_host.h
+++ b/remoting/protocol/jingle_connection_to_host.h
@@ -34,6 +34,7 @@ class MessageLoop;
namespace remoting {
class JingleThread;
+class VideoPacket;
namespace protocol {
@@ -54,6 +55,8 @@ class JingleConnectionToHost : public ConnectionToHost,
VideoStub* video_stub);
virtual void Disconnect();
+ virtual const SessionConfig* config();
+
virtual void SendEvent(const ChromotingClientMessage& msg);
// JingleClient::Callback interface.
@@ -76,7 +79,7 @@ class JingleConnectionToHost : public ConnectionToHost,
void InitSession();
// Callback for |control_reader_|.
- void OnControlMessage(ChromotingHostMessage* msg);
+ void OnControlMessage(ControlMessage* msg);
// Callback for |video_reader_|.
void OnVideoPacket(VideoPacket* packet);
« no previous file with comments | « remoting/protocol/connection_to_host.h ('k') | remoting/protocol/jingle_connection_to_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698