|
ResizingHostObserver is created by the desktop environment together with other stubs.
ResizingHostObserver is responsible to resizing the host desktop so that it matches the client resolution. This CL makes the desktop environment responsible for creation of ResizingHostObserver object along with other stubs.
Related changes:
- Added a new interface: SessionController. Objects implementing it will be responsible for handling control events. The client resolution change is the only supported event at the moment.
- Removed OnClientResolutionChanged() from the host status observer.
- The multi-process host does not handle OnClientResolutionChanged() notifications at the moment.
BUG= 137696
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187130
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+269 lines, -127 lines) |
Patch |
|
M |
remoting/host/basic_desktop_environment.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/basic_desktop_environment.cc
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/chromoting_host.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/host/chromoting_host.cc
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/client_session.h
|
View
|
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
remoting/host/client_session.cc
|
View
|
|
6 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
remoting/host/client_session_unittest.cc
|
View
|
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_environment.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_process_unittest.cc
|
View
|
1
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_session_proxy.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/desktop_session_proxy.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/host_mock_objects.h
|
View
|
|
5 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
|
M |
remoting/host/host_mock_objects.cc
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/host_status_observer.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_desktop_environment.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_desktop_environment.cc
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/ipc_desktop_environment_unittest.cc
|
View
|
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
remoting/host/ipc_session_controller.h
|
View
|
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
|
A |
remoting/host/ipc_session_controller.cc
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/host/remoting_me2me_host.cc
|
View
|
1
|
6 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
remoting/host/resizing_host_observer.h
|
View
|
|
1 chunk |
+11 lines, -17 lines |
0 comments
|
Download
|
|
M |
remoting/host/resizing_host_observer.cc
|
View
|
|
2 chunks |
+23 lines, -39 lines |
0 comments
|
Download
|
|
M |
remoting/host/resizing_host_observer_unittest.cc
|
View
|
|
9 chunks |
+31 lines, -30 lines |
0 comments
|
Download
|
|
A |
remoting/host/session_controller.h
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
M |
remoting/remoting.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|