| Index: chrome/browser/notifications/balloon_notification_ui_manager.h
|
| diff --git a/chrome/browser/notifications/balloon_notification_ui_manager.h b/chrome/browser/notifications/balloon_notification_ui_manager.h
|
| index 953891eb3899abf19c994fa5825f4c79641fa465..31be3fa4586d3a59845ee449aa6d677245c73a8e 100644
|
| --- a/chrome/browser/notifications/balloon_notification_ui_manager.h
|
| +++ b/chrome/browser/notifications/balloon_notification_ui_manager.h
|
| @@ -34,7 +34,8 @@ class BalloonNotificationUIManager
|
| void SetBalloonCollection(BalloonCollection* balloon_collection);
|
|
|
| // NotificationUIManager:
|
| - virtual bool DoesIdExist(const std::string& notification_id) OVERRIDE;
|
| + virtual const Notification* FindById(
|
| + const std::string& notification_id) const OVERRIDE;
|
| virtual bool CancelById(const std::string& notification_id) OVERRIDE;
|
| virtual std::set<std::string> GetAllIdsByProfileAndSourceOrigin(
|
| Profile* profile,
|
|
|