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

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

Issue 7633009: Use MessageLoopProxy for network message loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 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/host/chromoting_host_unittest.cc ('k') | remoting/host/client_session_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) 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 #ifndef REMOTING_HOST_CLIENT_SESSION_H_ 5 #ifndef REMOTING_HOST_CLIENT_SESSION_H_
6 #define REMOTING_HOST_CLIENT_SESSION_H_ 6 #define REMOTING_HOST_CLIENT_SESSION_H_
7 7
8 #include <list> 8 #include <list>
9 #include <set> 9 #include <set>
10 10
11 #include "base/time.h"
11 #include "remoting/protocol/connection_to_client.h" 12 #include "remoting/protocol/connection_to_client.h"
12 #include "remoting/protocol/host_stub.h" 13 #include "remoting/protocol/host_stub.h"
13 #include "remoting/protocol/input_stub.h" 14 #include "remoting/protocol/input_stub.h"
14 #include "ui/gfx/point.h" 15 #include "ui/gfx/point.h"
15 16
16 namespace remoting { 17 namespace remoting {
17 18
18 class UserAuthenticator; 19 class UserAuthenticator;
19 20
20 // A ClientSession keeps a reference to a connection to a client, and maintains 21 // A ClientSession keeps a reference to a connection to a client, and maintains
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 122
122 base::Time latest_local_input_time_; 123 base::Time latest_local_input_time_;
123 std::set<int> pressed_keys_; 124 std::set<int> pressed_keys_;
124 125
125 DISALLOW_COPY_AND_ASSIGN(ClientSession); 126 DISALLOW_COPY_AND_ASSIGN(ClientSession);
126 }; 127 };
127 128
128 } // namespace remoting 129 } // namespace remoting
129 130
130 #endif // REMOTING_HOST_CLIENT_SESSION_H_ 131 #endif // REMOTING_HOST_CLIENT_SESSION_H_
OLDNEW
« no previous file with comments | « remoting/host/chromoting_host_unittest.cc ('k') | remoting/host/client_session_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698