| Index: chrome/browser/ui/gtk/notifications/balloon_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/notifications/balloon_view_gtk.h (revision 72341)
|
| +++ chrome/browser/ui/gtk/notifications/balloon_view_gtk.h (working copy)
|
| @@ -51,6 +51,9 @@
|
| virtual gfx::Size GetSize() const;
|
| virtual BalloonHost* GetHost() const;
|
|
|
| + // MenuGtk::Delegate interface.
|
| + virtual void StoppedShowing();
|
| +
|
| private:
|
| // NotificationObserver interface.
|
| virtual void Observe(NotificationType type,
|
| @@ -124,6 +127,12 @@
|
|
|
| NotificationRegistrar notification_registrar_;
|
|
|
| + // Is the menu currently showing?
|
| + bool menu_showing_;
|
| +
|
| + // Is there a pending system-initiated close?
|
| + bool pending_close_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BalloonViewImpl);
|
| };
|
|
|
|
|