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

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

Issue 11414215: Add CloseAllByProfile to NotificationUIManager and call before destroyng a Profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac Created 8 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_impl.h
diff --git a/chrome/browser/notifications/balloon_collection_impl.h b/chrome/browser/notifications/balloon_collection_impl.h
index 3f6d6952b510fb4f0846737c9d9c313a570d80a6..de65f594f7b3b7919a5aad0439dbf21d192415b6 100644
--- a/chrome/browser/notifications/balloon_collection_impl.h
+++ b/chrome/browser/notifications/balloon_collection_impl.h
@@ -48,6 +48,7 @@ class BalloonCollectionImpl : public BalloonCollection,
Profile* profile) OVERRIDE;
virtual bool RemoveById(const std::string& id) OVERRIDE;
virtual bool RemoveBySourceOrigin(const GURL& source_origin) OVERRIDE;
+ virtual bool RemoveByProfile(Profile* profile) OVERRIDE;
virtual void RemoveAll() OVERRIDE;
virtual bool HasSpace() const OVERRIDE;
virtual void ResizeBalloon(Balloon* balloon, const gfx::Size& size) OVERRIDE;
« no previous file with comments | « chrome/browser/notifications/balloon_collection_base.cc ('k') | chrome/browser/notifications/balloon_collection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698