| Index: chrome/browser/ui/gtk/status_icons/status_icon_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/status_icons/status_icon_gtk.h (revision 107726)
|
| +++ chrome/browser/ui/gtk/status_icons/status_icon_gtk.h (working copy)
|
| @@ -9,7 +9,6 @@
|
| #include <gtk/gtk.h>
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/status_icons/desktop_notification_balloon.h"
|
| #include "chrome/browser/status_icons/status_icon.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
|
|
| @@ -27,7 +26,7 @@
|
| virtual void SetToolTip(const string16& tool_tip) OVERRIDE;
|
| virtual void DisplayBalloon(const SkBitmap& icon,
|
| const string16& title,
|
| - const string16& contents) OVERRIDE;
|
| + const string16& contents);
|
|
|
| // Exposed for testing.
|
| CHROMEGTK_CALLBACK_0(StatusIconGtk, void, OnClick);
|
| @@ -46,9 +45,6 @@
|
| // The context menu for this icon (if any).
|
| scoped_ptr<MenuGtk> menu_;
|
|
|
| - // Notification balloon.
|
| - DesktopNotificationBalloon notification_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(StatusIconGtk);
|
| };
|
|
|
|
|