| 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..5d54b7d137d6334610781b5a1bed0402cbba3bc6 100644
|
| --- a/chrome/browser/notifications/balloon_collection.h
|
| +++ b/chrome/browser/notifications/balloon_collection.h
|
| @@ -55,7 +55,7 @@ class BalloonCollection {
|
| Profile* profile) = 0;
|
|
|
| // Returns true if any balloon has this notification id.
|
| - virtual bool DoesIdExist(const std::string& id) = 0;
|
| + virtual const Notification* FindById(const std::string& id) const = 0;
|
|
|
| // Removes any balloons that have this notification id. Returns
|
| // true if anything was removed.
|
|
|