| Index: trunk/src/chrome/browser/notifications/notification_ui_manager.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/notifications/notification_ui_manager.h (revision 202763)
|
| +++ trunk/src/chrome/browser/notifications/notification_ui_manager.h (working copy)
|
| @@ -5,7 +5,6 @@
|
| #ifndef CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_UI_MANAGER_H_
|
| #define CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_UI_MANAGER_H_
|
|
|
| -#include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -37,12 +36,6 @@
|
| // displayed or in the queue. Returns true if anything was removed.
|
| virtual bool CancelById(const std::string& notification_id) = 0;
|
|
|
| - // Adds the notification_id for each outstanding notification to the set
|
| - // |notification_ids| (must not be NULL).
|
| - virtual std::set<std::string> GetAllIdsByProfileAndSourceOrigin(
|
| - Profile* profile,
|
| - const GURL& source) = 0;
|
| -
|
| // Removes notifications matching the |source_origin| (which could be an
|
| // extension ID). Returns true if anything was removed.
|
| virtual bool CancelAllBySourceOrigin(const GURL& source_origin) = 0;
|
|
|