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

Side by Side Diff: remoting/host/chromoting_host.h

Issue 12316083: Move HostKeyPair into protocol::KeyPair. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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
« no previous file with comments | « remoting/base/test_rsa_key_pair.h ('k') | remoting/host/heartbeat_sender.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef REMOTING_HOST_CHROMOTING_HOST_H_ 5 #ifndef REMOTING_HOST_CHROMOTING_HOST_H_
6 #define REMOTING_HOST_CHROMOTING_HOST_H_ 6 #define REMOTING_HOST_CHROMOTING_HOST_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "base/observer_list.h" 14 #include "base/observer_list.h"
15 #include "base/threading/thread.h" 15 #include "base/threading/thread.h"
16 #include "net/base/backoff_entry.h" 16 #include "net/base/backoff_entry.h"
17 #include "remoting/host/client_session.h" 17 #include "remoting/host/client_session.h"
18 #include "remoting/host/host_key_pair.h"
19 #include "remoting/host/host_status_monitor.h" 18 #include "remoting/host/host_status_monitor.h"
20 #include "remoting/host/host_status_observer.h" 19 #include "remoting/host/host_status_observer.h"
21 #include "remoting/host/mouse_move_observer.h" 20 #include "remoting/host/mouse_move_observer.h"
22 #include "remoting/protocol/authenticator.h" 21 #include "remoting/protocol/authenticator.h"
23 #include "remoting/protocol/session_manager.h" 22 #include "remoting/protocol/session_manager.h"
24 #include "remoting/protocol/connection_to_client.h" 23 #include "remoting/protocol/connection_to_client.h"
25 #include "third_party/skia/include/core/SkSize.h" 24 #include "third_party/skia/include/core/SkSize.h"
26 25
27 namespace base { 26 namespace base {
28 class SingleThreadTaskRunner; 27 class SingleThreadTaskRunner;
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 base::TimeDelta max_session_duration_; 217 base::TimeDelta max_session_duration_;
219 218
220 base::WeakPtrFactory<ChromotingHost> weak_factory_; 219 base::WeakPtrFactory<ChromotingHost> weak_factory_;
221 220
222 DISALLOW_COPY_AND_ASSIGN(ChromotingHost); 221 DISALLOW_COPY_AND_ASSIGN(ChromotingHost);
223 }; 222 };
224 223
225 } // namespace remoting 224 } // namespace remoting
226 225
227 #endif // REMOTING_HOST_CHROMOTING_HOST_H_ 226 #endif // REMOTING_HOST_CHROMOTING_HOST_H_
OLDNEW
« no previous file with comments | « remoting/base/test_rsa_key_pair.h ('k') | remoting/host/heartbeat_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698