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

Unified Diff: chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm

Issue 8414024: Analyzed the problem and tested 30+ times the affected and related tests without problems. Test f... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm
===================================================================
--- chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm (revision 107737)
+++ chrome/browser/ui/cocoa/status_icons/status_icon_mac.mm (working copy)
@@ -79,9 +79,7 @@
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);
}
void StatusIconMac::UpdatePlatformContextMenu(ui::MenuModel* menu) {
« no previous file with comments | « chrome/browser/ui/cocoa/status_icons/status_icon_mac.h ('k') | chrome/browser/ui/gtk/status_icons/status_icon_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698