Index: chrome/browser/notifications/balloon_collection_base.h |
diff --git a/chrome/browser/notifications/balloon_collection_base.h b/chrome/browser/notifications/balloon_collection_base.h |
index 8c4e442c31ce50e8ae85d4a51a93eeff9b48edcf..2c952a63413a60e61318727e6b6ec15bf2d672b0 100644 |
--- a/chrome/browser/notifications/balloon_collection_base.h |
+++ b/chrome/browser/notifications/balloon_collection_base.h |
@@ -34,7 +34,8 @@ class BalloonCollectionBase { |
virtual void Remove(Balloon* balloon); |
// Returns true if any balloon matches the given notification id. |
- virtual bool DoesIdExist(const std::string& id); |
+ virtual bool DoesIdExist(const std::string& id, |
+ Notification* matched_notification); |
// Finds any balloon matching the given notification id, and |
// calls CloseByScript on it. Returns true if anything was |