| 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 45b26d0a24b37715f3c55e7fa3c997d4bb7a6db8..298875f1db5e5d66ab48a77f517492026de4f7da 100644
|
| --- a/chrome/browser/notifications/balloon_collection_impl.h
|
| +++ b/chrome/browser/notifications/balloon_collection_impl.h
|
| @@ -46,7 +46,8 @@ class BalloonCollectionImpl : public BalloonCollection,
|
| // BalloonCollection interface.
|
| virtual void Add(const Notification& notification,
|
| Profile* profile) OVERRIDE;
|
| - virtual bool DoesIdExist(const std::string& id) OVERRIDE;
|
| + virtual bool DoesIdExist(const std::string& id,
|
| + Notification* matched_notification) OVERRIDE;
|
| virtual bool RemoveById(const std::string& id) OVERRIDE;
|
| virtual bool RemoveBySourceOrigin(const GURL& source_origin) OVERRIDE;
|
| virtual bool RemoveByProfile(Profile* profile) OVERRIDE;
|
|
|