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

Unified Diff: chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc

Issue 8375027: Implement notifications for the DisplayBalloon method on Linux and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding notification balloon timeout. 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/gtk/status_icons/status_icon_gtk.cc
diff --git a/chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc b/chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc
index 53b16425a78789ab6eda756a47ecc174e466159d..93c5fc4d8ac29d37db9b00d7b89c58b0aa70a8a6 100644
--- a/chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc
+++ b/chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc
@@ -45,8 +45,7 @@ void StatusIconGtk::SetToolTip(const string16& tool_tip) {
void StatusIconGtk::DisplayBalloon(const SkBitmap& icon,
const string16& title,
const string16& contents) {
- // TODO(atwilson): Figure out the right thing to do here.
- // http://crbug.com/74970
+ notification_.DisplayBalloon(icon, title, contents);
}
void StatusIconGtk::OnClick(GtkWidget* widget) {

Powered by Google App Engine
This is Rietveld 408576698