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

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: Add missing files, move TestKeyPair. Created 7 years, 10 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 | « no previous file | remoting/host/heartbeat_sender.h » ('j') | remoting/host/heartbeat_sender.h » ('J')
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/observer_list.h" 13 #include "base/observer_list.h"
14 #include "base/threading/thread.h" 14 #include "base/threading/thread.h"
15 #include "net/base/backoff_entry.h" 15 #include "net/base/backoff_entry.h"
16 #include "remoting/host/client_session.h" 16 #include "remoting/host/client_session.h"
17 #include "remoting/host/host_key_pair.h"
18 #include "remoting/host/host_status_observer.h" 17 #include "remoting/host/host_status_observer.h"
19 #include "remoting/host/mouse_move_observer.h" 18 #include "remoting/host/mouse_move_observer.h"
20 #include "remoting/protocol/authenticator.h" 19 #include "remoting/protocol/authenticator.h"
21 #include "remoting/protocol/session_manager.h" 20 #include "remoting/protocol/session_manager.h"
22 #include "remoting/protocol/connection_to_client.h" 21 #include "remoting/protocol/connection_to_client.h"
22 #include "remoting/protocol/key_pair.h"
Wez 2013/02/23 03:43:20 Doesn't look like we need this include here?
rmsousa 2013/02/26 02:38:52 Done.
23 #include "third_party/skia/include/core/SkSize.h" 23 #include "third_party/skia/include/core/SkSize.h"
24 24
25 namespace base { 25 namespace base {
26 class SingleThreadTaskRunner; 26 class SingleThreadTaskRunner;
27 } // namespace base 27 } // namespace base
28 28
29 namespace remoting { 29 namespace remoting {
30 30
31 namespace protocol { 31 namespace protocol {
32 class InputStub; 32 class InputStub;
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 210
211 // The maximum duration of any session. 211 // The maximum duration of any session.
212 base::TimeDelta max_session_duration_; 212 base::TimeDelta max_session_duration_;
213 213
214 DISALLOW_COPY_AND_ASSIGN(ChromotingHost); 214 DISALLOW_COPY_AND_ASSIGN(ChromotingHost);
215 }; 215 };
216 216
217 } // namespace remoting 217 } // namespace remoting
218 218
219 #endif // REMOTING_HOST_CHROMOTING_HOST_H_ 219 #endif // REMOTING_HOST_CHROMOTING_HOST_H_
OLDNEW
« no previous file with comments | « no previous file | remoting/host/heartbeat_sender.h » ('j') | remoting/host/heartbeat_sender.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698