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

Issue 397743005: Remove deprecated extension notifications from ProcessManager (Closed)

Created:
6 years, 5 months ago by limasdf
Modified:
6 years, 5 months ago
Reviewers:
Devlin
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove deprecated extension notifications from ProcessManager and use ExtensionRegistry instead. BUG=354046 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284366

Patch Set 1 : done #

Total comments: 2

Patch Set 2 : review #

Patch Set 3 : use ExtensionsTestBrowserContext #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -53 lines) Patch
M extensions/browser/process_manager.h View 1 2 4 chunks +16 lines, -1 line 0 comments Download
M extensions/browser/process_manager.cc View 1 3 chunks +27 lines, -33 lines 0 comments Download
M extensions/browser/process_manager_unittest.cc View 1 2 5 chunks +6 lines, -19 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
limasdf
When you have time.
6 years, 5 months ago (2014-07-17 16:04:23 UTC) #1
Devlin
lgtm https://codereview.chromium.org/397743005/diff/20001/extensions/browser/process_manager.cc File extensions/browser/process_manager.cc (right): https://codereview.chromium.org/397743005/diff/20001/extensions/browser/process_manager.cc#newcode723 extensions/browser/process_manager.cc:723: if (system->ready().is_signaled()) { Let's go ahead and inline ...
6 years, 5 months ago (2014-07-17 20:13:11 UTC) #2
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 5 months ago (2014-07-20 05:24:06 UTC) #3
limasdf
https://codereview.chromium.org/397743005/diff/20001/extensions/browser/process_manager.cc File extensions/browser/process_manager.cc (right): https://codereview.chromium.org/397743005/diff/20001/extensions/browser/process_manager.cc#newcode723 extensions/browser/process_manager.cc:723: if (system->ready().is_signaled()) { On 2014/07/17 20:13:11, Devlin wrote: > ...
6 years, 5 months ago (2014-07-20 05:24:28 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/397743005/60001
6 years, 5 months ago (2014-07-20 05:24:41 UTC) #5
commit-bot: I haz the power
Change committed as 284366
6 years, 5 months ago (2014-07-20 07:46:53 UTC) #6
tapted
A revert of this CL has been created in https://codereview.chromium.org/407883003/ by tapted@chromium.org. The reason for ...
6 years, 5 months ago (2014-07-21 01:56:24 UTC) #7
tapted
Cycled green after the revert, in http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%283%29/builds/38976
6 years, 5 months ago (2014-07-21 04:04:22 UTC) #8
James Cook
6 years, 5 months ago (2014-07-21 20:43:49 UTC) #9
Message was sent while issue was closed.
On 2014/07/21 04:04:22, tapted wrote:
> Cycled green after the revert, in
>
http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28v...

I think the problem is ExtensionTestBrowserClient is creating new
BrowserContextKeyedServices due to left-over BrowserContextKeyedServiceFactory
instances from earlier tests in the same binary.

Powered by Google App Engine
This is Rietveld 408576698