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

Unified Diff: remoting/client/jingle_host_connection.h

Issue 4017002: HostMessageDispatcher to parse control messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged again Created 10 years, 2 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
« no previous file with comments | « remoting/client/host_connection.h ('k') | remoting/client/jingle_host_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/jingle_host_connection.h
diff --git a/remoting/client/jingle_host_connection.h b/remoting/client/jingle_host_connection.h
index ee5240fdf947688c7736efe2ad86014bba6dd9ac..df377026330524aa7b2971c17317f211e939eb15 100644
--- a/remoting/client/jingle_host_connection.h
+++ b/remoting/client/jingle_host_connection.h
@@ -25,9 +25,9 @@
#include "remoting/client/client_context.h"
#include "remoting/client/host_connection.h"
#include "remoting/jingle_glue/jingle_client.h"
+#include "remoting/protocol/message_reader.h"
#include "remoting/protocol/chromotocol_connection.h"
#include "remoting/protocol/chromotocol_server.h"
-#include "remoting/protocol/stream_reader.h"
#include "remoting/protocol/stream_writer.h"
class MessageLoop;
@@ -85,7 +85,7 @@ class JingleHostConnection : public HostConnection,
scoped_refptr<ChromotocolConnection> connection_;
EventStreamWriter event_writer_;
- VideoStreamReader video_reader_;
+ MessageReader video_reader_;
HostEventCallback* event_callback_;
« no previous file with comments | « remoting/client/host_connection.h ('k') | remoting/client/jingle_host_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698