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

Unified Diff: chrome/browser/chromeos/notifications/balloon_collection_impl.h

Issue 5581002: Merge 67883 - Listen for APP_TERMINATING in notification ui; close windows ea... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/src/
Patch Set: Created 10 years 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/chromeos/notifications/balloon_collection_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/notifications/balloon_collection_impl.h
===================================================================
--- chrome/browser/chromeos/notifications/balloon_collection_impl.h (revision 68034)
+++ chrome/browser/chromeos/notifications/balloon_collection_impl.h (working copy)
@@ -63,6 +63,7 @@
Profile* profile);
virtual bool RemoveById(const std::string& id);
virtual bool RemoveBySourceOrigin(const GURL& origin);
+ virtual void RemoveAll();
virtual bool HasSpace() const;
virtual void ResizeBalloon(Balloon* balloon, const gfx::Size& size);
virtual void DisplayChanged() {}
« no previous file with comments | « no previous file | chrome/browser/chromeos/notifications/balloon_collection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698