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

Unified Diff: chrome/browser/ui/gtk/notifications/balloon_view_gtk.h

Issue 6273010: [linux] When the user has the notification options menu, delay system-initiat... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698