| 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 12bb78ef743a5a7d38bb174fe02c62b7a1bbed9e..7ce1cb2ec66c76bb60a82f57d1fdd94b9cbf3203 100644
|
| --- a/chrome/browser/notifications/balloon_notification_ui_manager.h
|
| +++ b/chrome/browser/notifications/balloon_notification_ui_manager.h
|
| @@ -36,6 +36,10 @@ class BalloonNotificationUIManager
|
| // NotificationUIManager:
|
| virtual bool DoesIdExist(const std::string& notification_id) OVERRIDE;
|
| virtual bool CancelById(const std::string& notification_id) OVERRIDE;
|
| + virtual void GetAllIdsByProfileAndSourceOrigin(
|
| + Profile* profile,
|
| + const GURL& source,
|
| + std::set<std::string>* extension_ids) OVERRIDE;
|
| virtual bool CancelAllBySourceOrigin(const GURL& source_origin) OVERRIDE;
|
| virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
|
| virtual void CancelAll() OVERRIDE;
|
|
|