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

Issue 2859043: Added system notification for update_engine. (Closed)

Created:
10 years, 5 months ago by Sean Parent
Modified:
9 years, 7 months ago
Reviewers:
dr, DaveMoore, Evan Stade
CC:
chromium-reviews, Paweł Hajdan Jr., davemoore+watch_chromium.org, ben+cc_chromium.org, adlr, tfarina
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Added system notification for update_engine. BUG=chromium-os:1178 1610 2033 TEST=UpdateBrowserTest.Notifications Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52237

Patch Set 1 #

Patch Set 2 : Lint errors and refactoring #

Patch Set 3 : . #

Patch Set 4 : Merged to TOT #

Patch Set 5 : updating icon with draft icon. #

Total comments: 33

Patch Set 6 : Merged to ToT and updated per review. #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -0 lines) Patch
M .gitignore View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/app/theme/notification_update.png View 1 2 3 4 Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_init.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/cros_library.h View 1 2 3 5 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/cros_library.cc View 1 2 3 6 chunks +19 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/cros/mock_update_library.h View 1 2 3 4 5 6 7 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/cros/update_library.h View 1 2 3 4 5 6 7 8 9 1 chunk +104 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/cros/update_library.cc View 1 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/update_browsertest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +121 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/update_observer.h View 1 2 3 4 5 6 7 8 9 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/update_observer.cc View 1 2 3 4 5 6 7 8 9 11 1 chunk +66 lines, -0 lines 0 comments Download
chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Sean Parent
10 years, 5 months ago (2010-07-02 23:53:41 UTC) #1
dr
http://codereview.chromium.org/2859043/diff/2002/7012 File chrome/browser/chromeos/cros/update_library.h (right): http://codereview.chromium.org/2859043/diff/2002/7012#newcode54 chrome/browser/chromeos/cros/update_library.h:54: virtual void Changed(UpdateLibrary* obj) = 0; Should Observer be ...
10 years, 5 months ago (2010-07-08 18:24:51 UTC) #2
Sean Parent
http://codereview.chromium.org/2859043/diff/2002/7012 File chrome/browser/chromeos/cros/update_library.h (right): http://codereview.chromium.org/2859043/diff/2002/7012#newcode54 chrome/browser/chromeos/cros/update_library.h:54: virtual void Changed(UpdateLibrary* obj) = 0; On 2010/07/08 18:24:52, ...
10 years, 5 months ago (2010-07-08 19:31:34 UTC) #3
DaveMoore
http://codereview.chromium.org/2859043/diff/2002/7010 File chrome/browser/chromeos/cros/mock_update_library.h (right): http://codereview.chromium.org/2859043/diff/2002/7010#newcode38 chrome/browser/chromeos/cros/mock_update_library.h:38: Status status; The sequences belong in the test file, ...
10 years, 5 months ago (2010-07-12 16:10:29 UTC) #4
tfarina
Some style nit below. http://codereview.chromium.org/2859043/diff/2002/7012 File chrome/browser/chromeos/cros/update_library.h (right): http://codereview.chromium.org/2859043/diff/2002/7012#newcode30 chrome/browser/chromeos/cros/update_library.h:30: Status() : I think this ...
10 years, 5 months ago (2010-07-12 16:47:59 UTC) #5
Sean Parent
Fixed all issues except lint complains if I don't have an extra nl at the ...
10 years, 5 months ago (2010-07-12 23:09:12 UTC) #6
DaveMoore
LGTM
10 years, 5 months ago (2010-07-13 16:39:20 UTC) #7
Evan Stade
10 years, 5 months ago (2010-07-13 22:15:11 UTC) #8
http://codereview.chromium.org/2859043/diff/2002/7012
File chrome/browser/chromeos/cros/update_library.h (right):

http://codereview.chromium.org/2859043/diff/2002/7012#newcode1
chrome/browser/chromeos/cros/update_library.h:1: // Copyright (c) 2009 The
Chromium Authors. All rights reserved.
year

http://codereview.chromium.org/2859043/diff/2002/7012#newcode76
chrome/browser/chromeos/cros/update_library.h:76: 
extra line

http://codereview.chromium.org/2859043/diff/2002/7012#newcode103
chrome/browser/chromeos/cros/update_library.h:103: 
On 2010/07/12 23:09:13, Sean Parent wrote:
> On 2010/07/12 16:47:59, tfarina wrote:
> > remove this nl.
> 
> Done.
> 
> I changed these but put them back - without the blank line, lint complains, is
> there someway to fix lint?

What does lint say? it doesn't complain for me when I end a file with a single
newline. (for example:
<http://codereview.chromium.org/2804039/diff/53001/28011>)

Powered by Google App Engine
This is Rietveld 408576698