|
|
Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners.
These classes previously referenced TaskRunners indirectly via a supplied
ChromotingHostContext, causing them to fail unexpectedly when trying to use the
TaskRunners after they had been detached from the ChromotingHostContext during
shutdown. This CL has them take their own references to the TaskRunners they
need.
This CL also renames the "desktop" TaskRunner to "input" TaskRunner, reflecting
its current purpose.
BUG= 145856
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159771
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+173 lines, -120 lines) |
Patch |
 |
M |
remoting/host/chromoting_host.h
|
View
|
1
|
5 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.cc
|
View
|
1
|
20 chunks |
+45 lines, -37 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_context.h
|
View
|
|
5 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_context.cc
|
View
|
|
6 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_context_unittest.cc
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
|
4 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_environment_factory.h
|
View
|
|
1 chunk |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/host/desktop_environment_factory.cc
|
View
|
1
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/host/plugin/host_script_object.cc
|
View
|
1
|
5 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/remoting_me2me_host.cc
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/host/simple_host_process.cc
|
View
|
|
3 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/host/win/session_desktop_environment_factory.h
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/host/win/session_desktop_environment_factory.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
remoting/remoting.gyp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|