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

Issue 6880089: Don't hold the installed app in BrowserProcessRenderHost, since that's in content layer now. Ext... (Closed)

Created:
9 years, 8 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews, Erik does not do reviews, brettw-cc_chromium.org, kkania, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org
Visibility:
Public.

Description

Don't hold the installed app in BrowserProcessRenderHost, since that's in content layer now. ExtensionService keeps a map from renderer child ids to installed extensions instead. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=82797

Patch Set 1 : '' #

Total comments: 7

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : sync retry #

Patch Set 6 : fix browser tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -80 lines) Patch
M chrome/browser/automation/automation_util.cc View 1 2 3 4 4 chunks +12 lines, -19 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 4 chunks +21 lines, -1 line 0 comments Download
M chrome/browser/extensions/isolated_app_apitest.cc View 1 2 3 4 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/notifications/balloon_host.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile.h View 1 2 3 4 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile.cc View 1 2 3 4 2 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 1 chunk +8 lines, -6 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sidebar/sidebar_container.cc View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/test/testing_profile.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/testing_profile.cc View 1 2 3 4 1 chunk +8 lines, -4 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.h View 1 2 3 4 2 chunks +0 lines, -9 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.cc View 1 2 3 4 3 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jam
9 years, 8 months ago (2011-04-20 23:23:46 UTC) #1
Charlie Reis
Is this ready for review? I noticed the patch sets kept changing as I started, ...
9 years, 8 months ago (2011-04-20 23:45:50 UTC) #2
Charlie Reis
There's also a compile error in browser_render_process_host.cc. http://codereview.chromium.org/6880089/diff/1038/chrome/browser/automation/automation_util.cc File chrome/browser/automation/automation_util.cc (right): http://codereview.chromium.org/6880089/diff/1038/chrome/browser/automation/automation_util.cc#newcode110 chrome/browser/automation/automation_util.cc:110: const Extension* ...
9 years, 8 months ago (2011-04-21 00:25:12 UTC) #3
jam
hey, looks like I had missed one of the files in the upload hence the ...
9 years, 8 months ago (2011-04-21 06:37:01 UTC) #4
jam
http://codereview.chromium.org/6880089/diff/1038/chrome/browser/automation/automation_util.cc File chrome/browser/automation/automation_util.cc (right): http://codereview.chromium.org/6880089/diff/1038/chrome/browser/automation/automation_util.cc#newcode110 chrome/browser/automation/automation_util.cc:110: const Extension* installed_app = NULL; On 2011/04/21 00:25:12, creis ...
9 years, 8 months ago (2011-04-21 06:52:19 UTC) #5
Charlie Reis
9 years, 8 months ago (2011-04-21 16:17:28 UTC) #6
LGTM, once it passes the try bots.  I think the switch from getting a
RequestContext for an installed app to getting one for a process sounds fine,
since each process is guaranteed to only have at most one installed app.

Powered by Google App Engine
This is Rietveld 408576698