|
DesktopEnvironment is now responsible for creation of the local input monitor.
LocalInputMonitor instances use the ClientSessionControl interface to pass notification about local mouse movements and to disconnect the client session when the disconnect shortcut (Ctrl+Alt+Esc) is pressed.
This CL also completely removes the MouseMoveObserver interface (along with its implementation in ChromotingHost) since it is not used any more.
BUG= 104544
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190444
Total comments: 10
Total comments: 4
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+185 lines, -358 lines) |
Patch |
 |
M |
remoting/host/basic_desktop_environment.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/basic_desktop_environment.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.h
|
View
|
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/host/client_session_control.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_agent.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_session_agent.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+2 lines, -17 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.h
|
View
|
1
2
3
4
5
|
3 chunks |
+14 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_mock_objects.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_user_interface.h
|
View
|
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_user_interface.cc
|
View
|
|
5 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
remoting/host/ipc_desktop_environment_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
remoting/host/local_input_monitor.h
|
View
|
1
2
3
4
5
|
2 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/host/local_input_monitor_linux.cc
|
View
|
1
2
3
4
|
10 chunks |
+35 lines, -75 lines |
0 comments
|
Download
|
 |
M |
remoting/host/local_input_monitor_mac.mm
|
View
|
1
2
3
4
|
8 chunks |
+35 lines, -59 lines |
0 comments
|
Download
|
 |
M |
remoting/host/local_input_monitor_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+37 lines, -26 lines |
0 comments
|
Download
|
 |
M |
remoting/host/local_input_monitor_win.cc
|
View
|
1
2
3
4
|
10 chunks |
+28 lines, -46 lines |
0 comments
|
Download
|
 |
D |
remoting/host/mouse_move_observer.h
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|