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

Issue 8760011: Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildPro... (Closed)

Created:
9 years ago by jam
Modified:
9 years ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, native-client-reviews_googlegroups.com, yusukes+watch_chromium.org, kkania, stevenjb+watch_chromium.org, Erik does not do reviews, brettw-cc_chromium.org, penghuang+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, yoshiki+watch_chromium.org, Paweł Hajdan Jr., robertshield, James Su, mihaip+watch_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Move the ProcessType enum out to its own file. This is in preparation for getting rid of ChildProcessInfo. BUG=98716 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112353

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : fix mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -224 lines) Patch
M chrome/browser/automation/automation_provider_observers.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gview_request_interceptor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/debugger/devtools_sanity_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/network_delay_listener_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/memory_details.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/memory_details.cc View 8 chunks +19 lines, -18 lines 0 comments Download
M chrome/browser/memory_details_linux.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/memory_details_mac.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/memory_details_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_service.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/metrics/metrics_service_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/metrics/tracking_synchronizer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/metrics/tracking_synchronizer.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/nacl_host/nacl_broker_host_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_broker_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_process_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 6 chunks +31 lines, -30 lines 0 comments Download
M chrome/browser/task_manager/task_manager_worker_resource_provider.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/about_ui.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/workers_ui.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/automation/proxy_launcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/browser_child_process_host.h View 3 chunks +4 lines, -3 lines 0 comments Download
M content/browser/browser_child_process_host.cc View 1 6 chunks +15 lines, -9 lines 0 comments Download
M content/browser/debugger/worker_devtools_manager.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_process_host.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/plugin_service.cc View 1 2 3 4 5 chunks +6 lines, -4 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.cc View 7 chunks +8 lines, -7 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_request_info.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_request_info.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/resource_message_filter.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/resource_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/resource_queue_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/utility_process_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/worker_host/worker_process_host.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/worker_host/worker_service.cc View 11 chunks +11 lines, -10 lines 0 comments Download
M content/common/child_process_info.h View 1 3 chunks +6 lines, -26 lines 0 comments Download
M content/common/child_process_info.cc View 1 2 chunks +16 lines, -16 lines 0 comments Download
M content/common/debug_flags.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/debug_flags.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M content/common/sandbox_policy.cc View 6 chunks +22 lines, -22 lines 0 comments Download
M content/content_common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A content/public/common/process_type.h View 1 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years ago (2011-11-30 22:44:40 UTC) #1
Avi (use Gerrit)
9 years ago (2011-11-30 23:15:05 UTC) #2
Rubberstamp lgtm

Powered by Google App Engine
This is Rietveld 408576698