|
|
Have ChildProcessInfo contain a list of all running child processes (i.e. instead of Service and other child process service maintain it). In a future change I'll start moving some of the code from PluginProcessHost to ChildProcessInfo.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9804
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+278 lines, -299 lines) |
Patch |
 |
M |
chrome/browser/browser.cc
|
View
|
1
2
3
|
4 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/memory_details.cc
|
View
|
1
2
|
4 chunks |
+9 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_process_host.h
|
View
|
|
4 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_process_host.cc
|
View
|
|
10 chunks |
+34 lines, -52 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_service.h
|
View
|
|
5 chunks |
+6 lines, -67 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/plugin_service.cc
|
View
|
|
6 chunks |
+12 lines, -52 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager_resource_providers.cc
|
View
|
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/common/child_process_info.h
|
View
|
1
2
3
|
1 chunk |
+116 lines, -66 lines |
0 comments
|
Download
|
 |
M |
chrome/common/child_process_info.cc
|
View
|
1
2
3
|
2 chunks |
+67 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/common/debug_flags.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/debug_flags.cc
|
View
|
|
3 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/test/ui/ui_test.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|