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

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

Issue 7879006: Delete Tracked, and move Location to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/protocol/connection_to_client.cc ('k') | remoting/protocol/input_sender.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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/connection_to_host.h" 5 #include "remoting/protocol/connection_to_host.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/location.h"
9 #include "base/message_loop_proxy.h" 10 #include "base/message_loop_proxy.h"
10 #include "remoting/base/constants.h" 11 #include "remoting/base/constants.h"
11 #include "remoting/jingle_glue/host_resolver.h" 12 #include "remoting/jingle_glue/host_resolver.h"
12 #include "remoting/jingle_glue/http_port_allocator.h" 13 #include "remoting/jingle_glue/http_port_allocator.h"
13 #include "remoting/jingle_glue/javascript_signal_strategy.h" 14 #include "remoting/jingle_glue/javascript_signal_strategy.h"
14 #include "remoting/jingle_glue/xmpp_signal_strategy.h" 15 #include "remoting/jingle_glue/xmpp_signal_strategy.h"
15 #include "remoting/protocol/auth_token_utils.h" 16 #include "remoting/protocol/auth_token_utils.h"
16 #include "remoting/protocol/client_message_dispatcher.h" 17 #include "remoting/protocol/client_message_dispatcher.h"
17 #include "remoting/protocol/client_stub.h" 18 #include "remoting/protocol/client_stub.h"
18 #include "remoting/protocol/host_control_sender.h" 19 #include "remoting/protocol/host_control_sender.h"
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 input_sender_.reset( 264 input_sender_.reset(
264 new InputSender(message_loop_, session_->event_channel())); 265 new InputSender(message_loop_, session_->event_channel()));
265 } 266 }
266 267
267 ConnectionToHost::State ConnectionToHost::state() const { 268 ConnectionToHost::State ConnectionToHost::state() const {
268 return state_; 269 return state_;
269 } 270 }
270 271
271 } // namespace protocol 272 } // namespace protocol
272 } // namespace remoting 273 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/protocol/connection_to_client.cc ('k') | remoting/protocol/input_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698