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

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

Issue 4779001: Added CompoundBuffer that will be used to store data in the encoding/decoding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - 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/protocol/host_message_dispatcher.cc ('k') | remoting/protocol/message_decoder.h » ('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 "remoting/protocol/jingle_connection_to_host.h" 5 #include "remoting/protocol/jingle_connection_to_host.h"
6 6
7 #include "base/callback.h" 7 #include "base/callback.h"
8 #include "base/message_loop.h" 8 #include "base/message_loop.h"
9 #include "remoting/base/constants.h" 9 #include "remoting/base/constants.h"
10 // TODO(hclam): Remove this header once MessageDispatcher is used.
11 #include "remoting/base/multiple_array_input_stream.h"
12 #include "remoting/jingle_glue/jingle_thread.h" 10 #include "remoting/jingle_glue/jingle_thread.h"
13 #include "remoting/protocol/jingle_session_manager.h" 11 #include "remoting/protocol/jingle_session_manager.h"
14 #include "remoting/protocol/video_reader.h" 12 #include "remoting/protocol/video_reader.h"
15 #include "remoting/protocol/video_stub.h" 13 #include "remoting/protocol/video_stub.h"
16 #include "remoting/protocol/util.h" 14 #include "remoting/protocol/util.h"
17 15
18 namespace remoting { 16 namespace remoting {
19 namespace protocol { 17 namespace protocol {
20 18
21 JingleConnectionToHost::JingleConnectionToHost(JingleThread* thread) 19 JingleConnectionToHost::JingleConnectionToHost(JingleThread* thread)
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 break; 174 break;
177 } 175 }
178 } 176 }
179 177
180 MessageLoop* JingleConnectionToHost::message_loop() { 178 MessageLoop* JingleConnectionToHost::message_loop() {
181 return thread_->message_loop(); 179 return thread_->message_loop();
182 } 180 }
183 181
184 } // namespace protocol 182 } // namespace protocol
185 } // namespace remoting 183 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/protocol/host_message_dispatcher.cc ('k') | remoting/protocol/message_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698