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

Issue 8113035: Remove RenderProcessHost::is_extension_process (Closed)

Created:
9 years, 2 months ago by jochen (gone - plz use gerrit)
Modified:
9 years, 2 months ago
CC:
chromium-reviews, dpranke+watch-content_chromium.org, jam, Erik does not do reviews, Paweł Hajdan Jr., yoshiki+watch_chromium.org, mihaip+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Remove RenderProcessHost::is_extension_process Also move the --process=extension command line flag to --extension-process BUG=89642 TEST=everything still works Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104173

Patch Set 1 #

Total comments: 12

Patch Set 2 : updates #

Total comments: 2

Patch Set 3 : updates #

Total comments: 2

Patch Set 4 : updates #

Total comments: 2

Patch Set 5 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -186 lines) Patch
M chrome/app/DEPS View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/breakpad_linux.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/chrome_main.cc View 1 8 chunks +15 lines, -24 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 4 chunks +18 lines, -10 lines 0 comments Download
M chrome/browser/extensions/app_process_apitest.cc View 15 chunks +46 lines, -21 lines 0 comments Download
M chrome/browser/extensions/extension_info_map.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_info_map.cc View 1 2 3 4 1 chunk +9 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 4 chunks +14 lines, -9 lines 0 comments Download
M chrome/browser/memory_details.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/metrics/metrics_service.h View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 3 chunks +34 lines, -16 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_view_host_observer.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_dispatcher.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M content/app/content_main.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M content/browser/child_process_launcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/content_browser_client.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/mock_content_browser_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/mock_content_browser_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/browser_render_process_host.cc View 2 chunks +2 lines, -22 lines 0 comments Download
M content/browser/renderer_host/render_process_host.h View 3 chunks +3 lines, -10 lines 0 comments Download
M content/browser/renderer_host/render_process_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/common/content_switches.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M content/common/content_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/common/sandbox_init_wrapper_mac.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M content/common/sandbox_init_wrapper_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/common/sandbox_policy.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/renderer_main.h View 1 2 1 chunk +0 lines, -16 lines 0 comments Download
M content/renderer/renderer_main.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/shell/shell_content_browser_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/shell_content_browser_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
jochen (gone - plz use gerrit)
please review John: content/ Aaron: rest
9 years, 2 months ago (2011-10-04 13:17:34 UTC) #1
jam
thanks a lot for doing this cleanup, some minor comments http://codereview.chromium.org/8113035/diff/1/chrome/app/chrome_main.cc File chrome/app/chrome_main.cc (left): http://codereview.chromium.org/8113035/diff/1/chrome/app/chrome_main.cc#oldcode319 ...
9 years, 2 months ago (2011-10-04 16:59:22 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8113035/diff/1/chrome/app/chrome_main.cc File chrome/app/chrome_main.cc (left): http://codereview.chromium.org/8113035/diff/1/chrome/app/chrome_main.cc#oldcode319 chrome/app/chrome_main.cc:319: name_id = IDS_WORKER_APP_NAME; On 2011/10/04 16:59:22, John Abd-El-Malek wrote: ...
9 years, 2 months ago (2011-10-04 18:50:19 UTC) #3
jam
lgtm http://codereview.chromium.org/8113035/diff/6001/content/renderer/renderer_main.h File content/renderer/renderer_main.h (right): http://codereview.chromium.org/8113035/diff/6001/content/renderer/renderer_main.h#newcode12 content/renderer/renderer_main.h:12: int RendererMain(const MainFunctionParams& parameters); nit: this file isn't ...
9 years, 2 months ago (2011-10-04 20:19:34 UTC) #4
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8113035/diff/6001/content/renderer/renderer_main.h File content/renderer/renderer_main.h (right): http://codereview.chromium.org/8113035/diff/6001/content/renderer/renderer_main.h#newcode12 content/renderer/renderer_main.h:12: int RendererMain(const MainFunctionParams& parameters); On 2011/10/04 20:19:35, John Abd-El-Malek ...
9 years, 2 months ago (2011-10-04 20:25:59 UTC) #5
Mihai Parparita -not on Chrome
http://codereview.chromium.org/8113035/diff/4003/chrome/renderer/extensions/extension_dispatcher.cc File chrome/renderer/extensions/extension_dispatcher.cc (right): http://codereview.chromium.org/8113035/diff/4003/chrome/renderer/extensions/extension_dispatcher.cc#newcode46 chrome/renderer/extensions/extension_dispatcher.cc:46: CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess); This line is now a no-op, since you ...
9 years, 2 months ago (2011-10-04 22:24:13 UTC) #6
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8113035/diff/4003/chrome/renderer/extensions/extension_dispatcher.cc File chrome/renderer/extensions/extension_dispatcher.cc (right): http://codereview.chromium.org/8113035/diff/4003/chrome/renderer/extensions/extension_dispatcher.cc#newcode46 chrome/renderer/extensions/extension_dispatcher.cc:46: CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess); On 2011/10/04 22:24:14, Mihai Parparita wrote: > This ...
9 years, 2 months ago (2011-10-05 07:43:45 UTC) #7
Aaron Boodman
lgtm otherwise http://codereview.chromium.org/8113035/diff/6005/chrome/browser/extensions/extension_info_map.cc File chrome/browser/extensions/extension_info_map.cc (right): http://codereview.chromium.org/8113035/diff/6005/chrome/browser/extensions/extension_info_map.cc#newcode98 chrome/browser/extensions/extension_info_map.cc:98: // These are duplicated from ExtensionProcessManager :(. ...
9 years, 2 months ago (2011-10-05 15:35:03 UTC) #8
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8113035/diff/6005/chrome/browser/extensions/extension_info_map.cc File chrome/browser/extensions/extension_info_map.cc (right): http://codereview.chromium.org/8113035/diff/6005/chrome/browser/extensions/extension_info_map.cc#newcode98 chrome/browser/extensions/extension_info_map.cc:98: // These are duplicated from ExtensionProcessManager :(. On 2011/10/05 ...
9 years, 2 months ago (2011-10-05 18:55:42 UTC) #9
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8113035/10001
9 years, 2 months ago (2011-10-05 18:56:01 UTC) #10
commit-bot: I haz the power
9 years, 2 months ago (2011-10-05 21:16:57 UTC) #11
Change committed as 104173

Powered by Google App Engine
This is Rietveld 408576698