Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(108)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: .gitignore
Issue
2859043
:
Added system notification for update_engine. (Closed)
Base URL: http://src.chromium.org/git/chromium.git
Patch Set: .
Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
.gitignore
chrome/app/generated_resources.grd
chrome/app/theme/notification_update.png
chrome/app/theme/theme_resources.grd
chrome/browser/browser_init.cc
chrome/browser/chromeos/cros/cros_library.h
chrome/browser/chromeos/cros/cros_library.cc
chrome/browser/chromeos/cros/mock_update_library.h
chrome/browser/chromeos/cros/update_library.h
chrome/browser/chromeos/cros/update_library.cc
chrome/browser/chromeos/update_browsertest.cc
chrome/browser/chromeos/update_observer.h
chrome/browser/chromeos/update_observer.cc
chrome/chrome_browser.gypi
chrome/chrome_tests.gypi
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
chrome/app/generated_resources.grd »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 *.Makefile
1 *.Makefile
2 *.mk
2 *.mk
3 *.ncb
3 *.ncb
4 *.pyc
4 *.pyc
5 *.rules
5 *.rules
6 *.scons
6 *.scons
7 *.sln
7 *.sln
8 *.suo
8 *.suo
9 *.user
9 *.user
10 *.vcproj
10 *.vcproj
(...skipping
85
matching lines...)
Expand 10 before
|
Expand all
|
Expand 10 after
Loading...
96 /valgrind.tmp
96 /valgrind.tmp
97 /v8
97 /v8
98 /webkit/Debug
98 /webkit/Debug
99 /webkit/Release
99 /webkit/Release
100 /webkit/data/bmp_decoder
100 /webkit/data/bmp_decoder
101 /webkit/data/ico_decoder
101 /webkit/data/ico_decoder
102 /webkit/data/layout_tests/LayoutTests
102 /webkit/data/layout_tests/LayoutTests
103 /webkit/data/test_shell/plugins
103 /webkit/data/test_shell/plugins
104 /webkit/data/xbm_decoder
104 /webkit/data/xbm_decoder
105 /xcodebuild
105 /xcodebuild
106
/x86-generic_out/
106 SConstruct
107 SConstruct
OLD
NEW
« no previous file with comments
|
« no previous file
|
chrome/app/generated_resources.grd »
('j') |
no next file with comments »
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: DaveMoore, dr, Evan Stade
Base URL: http://src.chromium.org/git/chromium.git
Comments: 33
This is Rietveld
408576698