| 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
|
|
|