| Index: chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc (revision 107726)
|
| +++ chrome/browser/ui/gtk/status_icons/status_icon_gtk.cc (working copy)
|
| @@ -45,7 +45,8 @@
|
| void StatusIconGtk::DisplayBalloon(const SkBitmap& icon,
|
| const string16& title,
|
| const string16& contents) {
|
| - notification_.DisplayBalloon(icon, title, contents);
|
| + // TODO(atwilson): Figure out the right thing to do here.
|
| + // http://crbug.com/74970
|
| }
|
|
|
| void StatusIconGtk::OnClick(GtkWidget* widget) {
|
|
|