Index: chrome/browser/notifications/balloon_collection.h |
diff --git a/chrome/browser/notifications/balloon_collection.h b/chrome/browser/notifications/balloon_collection.h |
index 1a73037e2c403a0da4389e93d98278a8ae14ded4..dc652a61e08f5d3302a7ed98e98702fe0dbfa2b6 100644 |
--- a/chrome/browser/notifications/balloon_collection.h |
+++ b/chrome/browser/notifications/balloon_collection.h |
@@ -62,6 +62,9 @@ class BalloonCollection { |
// true if anything was removed. |
virtual bool RemoveBySourceOrigin(const GURL& source_origin) = 0; |
+ // Removes any balloons matching |profile. Returns true if any were removed. |
+ virtual bool RemoveByProfile(Profile* profile) = 0; |
+ |
// Removes all balloons. |
virtual void RemoveAll() = 0; |