| Index: chrome/browser/notifications/balloon_collection.h
|
| diff --git a/chrome/browser/notifications/balloon_collection.h b/chrome/browser/notifications/balloon_collection.h
|
| index cd17d1a18ebaa51d37c620ae4dca9ee4dfb00418..f7f9aa6a22c0d6890d5e428551d7ce7be2d46f69 100644
|
| --- a/chrome/browser/notifications/balloon_collection.h
|
| +++ b/chrome/browser/notifications/balloon_collection.h
|
| @@ -55,7 +55,8 @@ class BalloonCollection {
|
| Profile* profile) = 0;
|
|
|
| // Returns true if any balloon has this notification id.
|
| - virtual bool DoesIdExist(const std::string& id) = 0;
|
| + virtual bool DoesIdExist(const std::string& id,
|
| + Notification* matched_notification) = 0;
|
|
|
| // Removes any balloons that have this notification id. Returns
|
| // true if anything was removed.
|
|
|