|
Moving host status events monitoring to a separate interface (HostStatusMonitor).
This CL unbinds the host status event observers from ChromotingHost. This is useful when, for instance, an observer resides in a different process where ChromotingHost is not available. Additionally, observers get HostStatusMonitor as a weak pointer, making sure that they do not need to worry about HostStatusMonitor's life time.
BUG= 178873
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185684
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+158 lines, -80 lines) |
Patch |
 |
M |
remoting/host/chromoting_host.h
|
View
|
|
5 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.cc
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/curtaining_host_observer.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/curtaining_host_observer.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_event_logger.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_event_logger_posix.cc
|
View
|
|
5 chunks |
+14 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/host/host_event_logger_win.cc
|
View
|
|
6 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
A |
remoting/host/host_status_monitor.h
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/host/host_status_monitor_fake.h
|
View
|
1
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/host/log_to_server.h
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/log_to_server.cc
|
View
|
1
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/host/log_to_server_unittest.cc
|
View
|
1
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/plugin/host_script_object.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/remoting_me2me_host.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/resizing_host_observer.h
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/resizing_host_observer.cc
|
View
|
1
|
1 chunk |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/host/resizing_host_observer_unittest.cc
|
View
|
1
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
2
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|