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

Issue 256783003: Small refactoring extension_toolbar_model.cc (Closed)

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

Description

This CL does small refactoring extension_toolbar_model.cc before removing NOTIFICATION_EXTENSION_UNLOADED and NOTIFICATION_EXTENSION_LOADED. BUG=354046 TEST=browser_tests --gtest_filter=ExtensionToolbarModelTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266349

Patch Set 1 : #

Total comments: 3

Patch Set 2 : review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -41 lines) Patch
M chrome/browser/extensions/extension_toolbar_model.cc View 1 1 chunk +46 lines, -41 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
limasdf
could you take a look? before removing OTIFICATION_EXTENSION_UNLOADED_DEPRECATED, I did small refactoring.
6 years, 8 months ago (2014-04-25 14:44:02 UTC) #1
not at google - send to devlin
Nice! https://codereview.chromium.org/256783003/diff/80001/chrome/browser/extensions/extension_toolbar_model.cc File chrome/browser/extensions/extension_toolbar_model.cc (right): https://codereview.chromium.org/256783003/diff/80001/chrome/browser/extensions/extension_toolbar_model.cc#newcode189 chrome/browser/extensions/extension_toolbar_model.cc:189: ExtensionService* extension_service = it looks like this whole ...
6 years, 8 months ago (2014-04-25 16:53:34 UTC) #2
not at google - send to devlin
https://codereview.chromium.org/256783003/diff/80001/chrome/browser/extensions/extension_toolbar_model.cc File chrome/browser/extensions/extension_toolbar_model.cc (right): https://codereview.chromium.org/256783003/diff/80001/chrome/browser/extensions/extension_toolbar_model.cc#newcode189 chrome/browser/extensions/extension_toolbar_model.cc:189: ExtensionService* extension_service = On 2014/04/25 16:53:34, kalman wrote: > ...
6 years, 8 months ago (2014-04-25 16:54:33 UTC) #3
limasdf
Thanks for the review as always! :) please take a look my feedback. And perhaps, ...
6 years, 8 months ago (2014-04-25 17:42:54 UTC) #4
not at google - send to devlin
yes that's what I meant by those acronyms :) lgtm could you attach a BUG ...
6 years, 8 months ago (2014-04-25 20:17:46 UTC) #5
limasdf
On 2014/04/25 20:17:46, kalman wrote: > yes that's what I meant by those acronyms :) ...
6 years, 8 months ago (2014-04-25 20:28:01 UTC) #6
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 8 months ago (2014-04-25 20:44:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/256783003/110001
6 years, 8 months ago (2014-04-25 22:04:23 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 22:55:40 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-25 22:55:40 UTC) #10
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 8 months ago (2014-04-26 02:32:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/256783003/110001
6 years, 8 months ago (2014-04-26 02:33:27 UTC) #12
commit-bot: I haz the power
Change committed as 266349
6 years, 8 months ago (2014-04-26 10:06:45 UTC) #13
limasdf
6 years, 8 months ago (2014-04-26 13:52:51 UTC) #14
Message was sent while issue was closed.
@Kalman, I have one dumb question.
ExtensionSystem and ExtensionRegistry they both has similar function which is
checking extension is loaded. (is_ready() and ready()). 
how about removing one of them?

Powered by Google App Engine
This is Rietveld 408576698