|
Add an extra argument to the DisplayBalloon method to support custom notification icons.
This is the first of a set of patches introducing new functionality to the status icon API.
This patch updates the API and adds missing OVERRIDE to the existing code. Per-platform functionality will be added in further patches.
BUG= 74970
TEST=build bots
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107329
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+59 lines, -37 lines) |
Patch |
 |
M |
chrome/browser/background/background_mode_manager_win.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/status_icons/status_icon.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/status_icons/status_icon.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/status_icons/status_icon_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/status_icons/status_tray_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/status_icons/status_icon_mac.h
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/status_icons/status_tray_mac.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/status_icons/status_icon_gtk.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/status_icons/status_icon_win.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/status_icons/status_icon_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
2 comments
|
Download
|
 |
M |
chrome/browser/ui/views/status_icons/status_tray_win.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|