Index: chrome/browser/notifications/balloon_collection.h |
=================================================================== |
--- chrome/browser/notifications/balloon_collection.h (revision 67750) |
+++ chrome/browser/notifications/balloon_collection.h (working copy) |
@@ -54,6 +54,9 @@ |
// true if anything was removed. |
virtual bool RemoveBySourceOrigin(const GURL& source_origin) = 0; |
+ // Removes all balloons. |
+ virtual void RemoveAll() = 0; |
+ |
// Is there room to add another notification? |
virtual bool HasSpace() const = 0; |