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..89f33414caf6de55aa7078b153d30d99f7946a83 100644 |
--- a/chrome/browser/notifications/balloon_collection_base.h |
+++ b/chrome/browser/notifications/balloon_collection_base.h |
@@ -34,7 +34,7 @@ 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 const Notification* FindById(const std::string& id) const; |
// Finds any balloon matching the given notification id, and |
// calls CloseByScript on it. Returns true if anything was |