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

Issue 2885017: Moved common parts of ChildProcessHost into chrome/common and created a Brows... (Closed)

Created:
10 years, 5 months ago by sanjeevr
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, John Grabowski, Paweł Hajdan Jr., jam, darin-cc_chromium.org, brettw-cc_chromium.org, kuchhal, pam+watch_chromium.org, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Moved common parts of ChildProcessHost into chrome/common and created a BrowserChildProcessHost with browser-specific implementation. This is in preparation of creating a ServiceChildProcessHost. BUG=None TEST=Test for regressions . Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51593

Patch Set 1 #

Patch Set 2 : Lint fix #

Patch Set 3 : More lint fixes #

Patch Set 4 : Compile fix for Linux and Mac #

Patch Set 5 : More Mac compile fixes #

Patch Set 6 : More Mac compile fixes #

Total comments: 6

Patch Set 7 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -1055 lines) Patch
M chrome/browser/automation/automation_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/browser_child_process_host.h View 1 2 3 chunks +28 lines, -80 lines 0 comments Download
A + chrome/browser/browser_child_process_host.cc View 1 2 3 10 chunks +39 lines, -140 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/child_process_host.h View 1 chunk +0 lines, -161 lines 0 comments Download
D chrome/browser/child_process_host.cc View 1 chunk +0 lines, -328 lines 0 comments Download
M chrome/browser/gpu_process_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/gpu_process_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/memory_details.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/memory_details_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/memory_details_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/memory_details_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_broker_host_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/nacl_host/nacl_broker_host_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/nacl_host/nacl_broker_service_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugin_process_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/plugin_process_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/plugin_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profile_import_process_host.h View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/profile_import_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/task_manager_resource_providers.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/utility_process_host.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/utility_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/worker_host/worker_process_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/worker_host/worker_service.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/common/child_process_host.h View 1 2 3 4 5 6 3 chunks +33 lines, -83 lines 0 comments Download
A + chrome/common/child_process_host.cc View 1 2 3 4 5 7 chunks +11 lines, -196 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sanjeevr
10 years, 5 months ago (2010-07-02 01:38:52 UTC) #1
darin (slow to review)
LGTM http://codereview.chromium.org/2885017/diff/14004/48006 File chrome/browser/browser_child_process_host.h (right): http://codereview.chromium.org/2885017/diff/14004/48006#newcode37 chrome/browser/browser_child_process_host.h:37: virtual bool Send(IPC::Message* msg); OK, I see that ...
10 years, 5 months ago (2010-07-02 21:19:27 UTC) #2
sanjeevr
Made all the changes. http://codereview.chromium.org/2885017/diff/14004/48006 File chrome/browser/browser_child_process_host.h (right): http://codereview.chromium.org/2885017/diff/14004/48006#newcode37 chrome/browser/browser_child_process_host.h:37: virtual bool Send(IPC::Message* msg); On ...
10 years, 5 months ago (2010-07-02 21:41:56 UTC) #3
darin (slow to review)
10 years, 5 months ago (2010-07-02 23:50:53 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698