Chromium Code Reviews| Index: chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm |
| diff --git a/chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm b/chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm |
| index 81042985850eed5f9f01d3ae49a82bc907c18d27..98323585ec0736d0c6ac2c3058581b134fca8362 100644 |
| --- a/chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm |
| +++ b/chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm |
| @@ -79,9 +79,7 @@ void StatusIconMac::SetToolTip(const string16& tool_tip) { |
| void StatusIconMac::DisplayBalloon(const SkBitmap& icon, |
| const string16& title, |
| const string16& contents) { |
| - // TODO(atwilson): Figure out the right UI to display here when actually |
| - // needed (not yet called). |
| - // http://crbug.com/74970 |
| + notification_.DisplayBalloon(icon, title, contents); |
|
Andrew T Wilson (Slow)
2011/10/26 22:20:26
I think we need to have identical behavior across
Leandro GraciĆ” Gil
2011/10/26 23:10:02
Done.
|
| } |
| void StatusIconMac::UpdatePlatformContextMenu(ui::MenuModel* menu) { |