| Index: chrome/browser/notifications/balloon_collection.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/balloon_collection.cc (revision 67750)
|
| +++ chrome/browser/notifications/balloon_collection.cc (working copy)
|
| @@ -82,6 +82,10 @@
|
| return base_.CloseAllBySourceOrigin(origin);
|
| }
|
|
|
| +void BalloonCollectionImpl::RemoveAll() {
|
| + base_.CloseAll();
|
| +}
|
| +
|
| bool BalloonCollectionImpl::HasSpace() const {
|
| int count = base_.count();
|
| if (count < kMinAllowedBalloonCount)
|
|
|