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

Issue 441553002: Remove deprecated extension notification from AppLoadService (Closed)

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

Description

Remove deprecated extension notification from AppLoadService BUG=354046 Committed: https://crrev.com/d37917586956816bf0a0b0f02e68d7b2998e412e Cr-Commit-Position: refs/heads/master@{#295186}

Patch Set 1 #

Total comments: 2

Patch Set 2 : review1 #

Patch Set 3 : ExtensionRegistry as member #

Patch Set 4 : back to patch set 2 #

Patch Set 5 : fix mistake #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -57 lines) Patch
M apps/app_load_service.h View 1 2 3 3 chunks +11 lines, -2 lines 0 comments Download
M apps/app_load_service.cc View 1 2 3 4 3 chunks +49 lines, -53 lines 0 comments Download
M apps/app_load_service_factory.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (1 generated)
limasdf
Hi. tapted, could you take a look at this?
6 years, 4 months ago (2014-08-04 06:16:48 UTC) #1
tapted
nice! just a minor gripe about ScopedObserver.. https://codereview.chromium.org/441553002/diff/1/apps/app_load_service.cc File apps/app_load_service.cc (right): https://codereview.chromium.org/441553002/diff/1/apps/app_load_service.cc#newcode43 apps/app_load_service.cc:43: AppLoadService::~AppLoadService() {} ...
6 years, 4 months ago (2014-08-04 07:05:38 UTC) #2
limasdf
Thanks for the review! PTAL https://codereview.chromium.org/441553002/diff/1/apps/app_load_service.cc File apps/app_load_service.cc (right): https://codereview.chromium.org/441553002/diff/1/apps/app_load_service.cc#newcode43 apps/app_load_service.cc:43: AppLoadService::~AppLoadService() {} On 2014/08/04 ...
6 years, 4 months ago (2014-08-04 07:30:35 UTC) #3
tapted
Thanks - lgtm
6 years, 4 months ago (2014-08-04 07:54:05 UTC) #4
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 4 months ago (2014-08-04 07:56:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/441553002/20001
6 years, 4 months ago (2014-08-04 07:57:43 UTC) #6
limasdf
The CQ bit was unchecked by limasdf@gmail.com
6 years, 4 months ago (2014-08-04 08:31:16 UTC) #7
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 4 months ago (2014-08-04 11:29:25 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/441553002/40001
6 years, 4 months ago (2014-08-04 11:29:41 UTC) #9
tapted
The CQ bit was unchecked by tapted@chromium.org
6 years, 4 months ago (2014-08-04 12:53:20 UTC) #10
tapted
Can you explain why that change fixes the failing tests? It's unit tests that are ...
6 years, 4 months ago (2014-08-04 12:55:13 UTC) #11
limasdf
On 2014/08/04 12:55:13, tapted wrote: > Can you explain why that change fixes the failing ...
6 years, 4 months ago (2014-08-04 13:51:26 UTC) #12
limasdf
added kalman for the wisdom
6 years, 4 months ago (2014-08-04 13:51:51 UTC) #13
limasdf
OK. the problem is profile_->GetOriginalProfile() from AppLoadService::AppLoadService can NOT return OriginalProfile. so the registry also ...
6 years, 4 months ago (2014-08-04 14:38:48 UTC) #14
not at google - send to devlin
On 2014/08/04 14:38:48, limasdf wrote: > OK. the problem is profile_->GetOriginalProfile() from > AppLoadService::AppLoadService can ...
6 years, 4 months ago (2014-08-04 15:47:55 UTC) #15
tapted
On 2014/08/04 15:47:55, kalman wrote: > On 2014/08/04 14:38:48, limasdf wrote: > > OK. the ...
6 years, 4 months ago (2014-08-05 01:15:59 UTC) #16
limasdf
On 2014/08/05 01:15:59, tapted wrote: > On 2014/08/04 15:47:55, kalman wrote: > > On 2014/08/04 ...
6 years, 4 months ago (2014-08-06 01:24:38 UTC) #17
not at google - send to devlin
On 2014/08/06 01:24:38, limasdf wrote: > On 2014/08/05 01:15:59, tapted wrote: > > On 2014/08/04 ...
6 years, 4 months ago (2014-08-06 17:16:52 UTC) #18
tapted
If you want to give patchset 2 another go, it should now pass. You'll need ...
6 years, 3 months ago (2014-09-16 01:20:52 UTC) #19
limasdf
On 2014/09/16 01:20:52, tapted wrote: > If you want to give patchset 2 another go, ...
6 years, 3 months ago (2014-09-16 06:59:46 UTC) #20
limasdf
PTAL!
6 years, 3 months ago (2014-09-16 10:32:05 UTC) #21
tapted
lgtm!
6 years, 3 months ago (2014-09-16 21:52:57 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/441553002/80001
6 years, 3 months ago (2014-09-16 22:38:27 UTC) #24
limasdf
On 2014/09/16 22:38:27, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 3 months ago (2014-09-16 22:46:43 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001) as cf83a7a9295c907eea26e1c7e8103797c4ac3ca3
6 years, 3 months ago (2014-09-17 00:22:02 UTC) #26
commit-bot: I haz the power
6 years, 3 months ago (2014-09-17 00:22:28 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d37917586956816bf0a0b0f02e68d7b2998e412e
Cr-Commit-Position: refs/heads/master@{#295186}

Powered by Google App Engine
This is Rietveld 408576698