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

Unified Diff: chrome/browser/notifications/balloon_collection_base.h

Issue 5319011: Listen for APP_TERMINATING in notification ui; close windows earlier in the p... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/notifications/balloon_collection_base.h
===================================================================
--- chrome/browser/notifications/balloon_collection_base.h (revision 67750)
+++ chrome/browser/notifications/balloon_collection_base.h (working copy)
@@ -43,6 +43,9 @@
// was found.
virtual bool CloseAllBySourceOrigin(const GURL& source_origin);
+ // Calls CloseByScript on all balloons.
+ virtual void CloseAll();
+
const Balloons& balloons() const { return balloons_; }
// Returns the balloon matching the given notification, or

Powered by Google App Engine
This is Rietveld 408576698