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

Side by Side Diff: remoting/protocol/host_message_dispatcher.cc

Issue 4136010: Cleanups in the video encoding decoding code. Reenable VP8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed arm build 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/proto/video.proto ('k') | remoting/protocol/message_decoder_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/base/io_buffer.h" 5 #include "net/base/io_buffer.h"
6 #include "remoting/base/multiple_array_input_stream.h" 6 #include "remoting/base/multiple_array_input_stream.h"
7 #include "remoting/proto/control.pb.h" 7 #include "remoting/proto/control.pb.h"
8 #include "remoting/proto/event.pb.h" 8 #include "remoting/proto/event.pb.h"
9 #include "remoting/proto/video.pb.h"
9 #include "remoting/protocol/chromotocol_connection.h" 10 #include "remoting/protocol/chromotocol_connection.h"
10 #include "remoting/protocol/host_message_dispatcher.h" 11 #include "remoting/protocol/host_message_dispatcher.h"
11 #include "remoting/protocol/host_control_message_handler.h" 12 #include "remoting/protocol/host_control_message_handler.h"
12 #include "remoting/protocol/host_event_message_handler.h" 13 #include "remoting/protocol/host_event_message_handler.h"
13 #include "remoting/protocol/message_reader.h" 14 #include "remoting/protocol/message_reader.h"
14 15
15 namespace remoting { 16 namespace remoting {
16 17
17 HostMessageDispatcher::HostMessageDispatcher() { 18 HostMessageDispatcher::HostMessageDispatcher() {
18 } 19 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ref_msg)); 57 ref_msg));
57 } 58 }
58 } 59 }
59 60
60 void HostMessageDispatcher::OnEventMessageReceived( 61 void HostMessageDispatcher::OnEventMessageReceived(
61 ClientEventMessage* message) { 62 ClientEventMessage* message) {
62 // TODO(hclam): Implement. 63 // TODO(hclam): Implement.
63 } 64 }
64 65
65 } // namespace remoting 66 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/proto/video.proto ('k') | remoting/protocol/message_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698