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

Issue 160923002: Fixes a typo: use the default image if the extension doesn't have icon. (Closed)

Created:
6 years, 10 months ago by Jun Mukai
Modified:
6 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fixes a typo: use the default image if the extension doesn't have icon. BUG=343115 R=dewittj@chromium.org, atwilson@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251715

Patch Set 1 #

Patch Set 2 : re-upload #

Total comments: 2

Patch Set 3 : fix #

Patch Set 4 : tests added #

Patch Set 5 : re-upload #

Total comments: 2

Patch Set 6 : fix #

Patch Set 7 : fix #

Patch Set 8 : fix #

Patch Set 9 : fix win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -2 lines) Patch
M chrome/browser/background/background_contents_service.h View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/background/background_contents_service.cc View 1 2 3 4 5 3 chunks +15 lines, -2 lines 0 comments Download
M chrome/browser/background/background_contents_service_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +141 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Jun Mukai
6 years, 10 months ago (2014-02-12 21:27:51 UTC) #1
dewittj
lgtm https://codereview.chromium.org/160923002/diff/30001/chrome/browser/background/background_contents_service.cc File chrome/browser/background/background_contents_service.cc (right): https://codereview.chromium.org/160923002/diff/30001/chrome/browser/background/background_contents_service.cc#newcode169 chrome/browser/background/background_contents_service.cc:169: if (icon.IsEmpty()) { nit: change this to notification_icon.IsEmpty
6 years, 10 months ago (2014-02-12 21:29:55 UTC) #2
dewittj
On 2014/02/12 21:29:55, dewittj wrote: > lgtm > > https://codereview.chromium.org/160923002/diff/30001/chrome/browser/background/background_contents_service.cc > File chrome/browser/background/background_contents_service.cc (right): > ...
6 years, 10 months ago (2014-02-12 21:30:40 UTC) #3
Jun Mukai
https://codereview.chromium.org/160923002/diff/30001/chrome/browser/background/background_contents_service.cc File chrome/browser/background/background_contents_service.cc (right): https://codereview.chromium.org/160923002/diff/30001/chrome/browser/background/background_contents_service.cc#newcode169 chrome/browser/background/background_contents_service.cc:169: if (icon.IsEmpty()) { On 2014/02/12 21:29:55, dewittj wrote: > ...
6 years, 10 months ago (2014-02-12 21:42:23 UTC) #4
Jun Mukai
On 2014/02/12 21:30:40, dewittj wrote: > On 2014/02/12 21:29:55, dewittj wrote: > > lgtm > ...
6 years, 10 months ago (2014-02-12 21:44:09 UTC) #5
dewittj
On 2014/02/12 21:44:09, Jun Mukai wrote: > On 2014/02/12 21:30:40, dewittj wrote: > > On ...
6 years, 10 months ago (2014-02-12 21:47:01 UTC) #6
Jun Mukai
On 2014/02/12 21:47:01, dewittj wrote: > On 2014/02/12 21:44:09, Jun Mukai wrote: > > On ...
6 years, 10 months ago (2014-02-12 21:53:41 UTC) #7
Jun Mukai
On 2014/02/12 21:53:41, Jun Mukai wrote: > On 2014/02/12 21:47:01, dewittj wrote: > > On ...
6 years, 10 months ago (2014-02-13 20:49:43 UTC) #8
Jun Mukai
On 2014/02/13 20:49:43, Jun Mukai wrote: > On 2014/02/12 21:53:41, Jun Mukai wrote: > > ...
6 years, 10 months ago (2014-02-15 18:15:29 UTC) #9
dewittj
On 2014/02/15 18:15:29, Jun Mukai wrote: > On 2014/02/13 20:49:43, Jun Mukai wrote: > > ...
6 years, 10 months ago (2014-02-15 18:46:38 UTC) #10
dewittj
On 2014/02/15 18:46:38, dewittj wrote: > On 2014/02/15 18:15:29, Jun Mukai wrote: > > On ...
6 years, 10 months ago (2014-02-15 18:47:07 UTC) #11
Jun Mukai
On 2014/02/15 18:47:07, dewittj wrote: > On 2014/02/15 18:46:38, dewittj wrote: > > On 2014/02/15 ...
6 years, 10 months ago (2014-02-17 05:48:03 UTC) #12
Andrew T Wilson (Slow)
lgtm, with one change I don't really want those two new static functions to be ...
6 years, 10 months ago (2014-02-17 17:12:31 UTC) #13
Jun Mukai
Renamed the methods with 'ForTesting' https://codereview.chromium.org/160923002/diff/190001/chrome/browser/background/background_contents_service.cc File chrome/browser/background/background_contents_service.cc (right): https://codereview.chromium.org/160923002/diff/190001/chrome/browser/background/background_contents_service.cc#newcode170 chrome/browser/background/background_contents_service.cc:170: if (notification_icon.IsEmpty()) { On ...
6 years, 10 months ago (2014-02-17 19:48:43 UTC) #14
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 10 months ago (2014-02-17 19:48:48 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/160923002/300001
6 years, 10 months ago (2014-02-17 19:48:53 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-17 20:56:44 UTC) #17
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=265398
6 years, 10 months ago (2014-02-17 20:56:45 UTC) #18
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 10 months ago (2014-02-17 23:23:41 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/160923002/520001
6 years, 10 months ago (2014-02-17 23:23:56 UTC) #20
Jun Mukai
The CQ bit was checked by mukai@chromium.org
6 years, 10 months ago (2014-02-18 00:45:17 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/160923002/390003
6 years, 10 months ago (2014-02-18 00:45:59 UTC) #22
commit-bot: I haz the power
6 years, 10 months ago (2014-02-18 02:29:37 UTC) #23
Message was sent while issue was closed.
Change committed as 251715

Powered by Google App Engine
This is Rietveld 408576698