Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Issue 24017: More refactoring of PluginProcessHost (Closed)

Created:
11 years, 10 months ago by jam
Modified:
9 years, 6 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : make gcc happy #

Patch Set 3 : slight cleanup #

Total comments: 6

Patch Set 4 : '' #

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

Messages

Total messages: 4 (0 generated)
jam
11 years, 10 months ago (2009-02-13 20:10:58 UTC) #1
Matt Perry
lgtm http://codereview.chromium.org/24017/diff/1015/2030 File chrome/browser/browser.cc (right): http://codereview.chromium.org/24017/diff/1015/2030#newcode135 Line 135: // thread because that thread manages the ...
11 years, 10 months ago (2009-02-13 21:04:38 UTC) #2
jam
(updated the subject) http://codereview.chromium.org/24017/diff/1015/2030 File chrome/browser/browser.cc (right): http://codereview.chromium.org/24017/diff/1015/2030#newcode135 Line 135: // thread because that thread ...
11 years, 10 months ago (2009-02-13 22:58:54 UTC) #3
Matt Perry
11 years, 10 months ago (2009-02-13 22:59:58 UTC) #4
looks good (fwiw, I'm not an expert on this code, but the change seems simple
enough)

Powered by Google App Engine
This is Rietveld 408576698