| Index: chrome/browser/notifications/notification_ui_manager.h
|
| ===================================================================
|
| --- chrome/browser/notifications/notification_ui_manager.h (revision 30967)
|
| +++ chrome/browser/notifications/notification_ui_manager.h (working copy)
|
| @@ -42,6 +42,9 @@
|
| virtual void Add(const Notification& notification,
|
| Profile* profile);
|
|
|
| + // Removes a notification.
|
| + virtual bool Cancel(const Notification& notification);
|
| +
|
| private:
|
| // Attempts to display notifications from the show_queue if the user
|
| // is active.
|
|
|