diff options
Diffstat (limited to 'ui/message_center/message_center_impl.h')
-rw-r--r-- | ui/message_center/message_center_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/message_center/message_center_impl.h b/ui/message_center/message_center_impl.h index 412e0b3..a9df52e 100644 --- a/ui/message_center/message_center_impl.h +++ b/ui/message_center/message_center_impl.h @@ -161,8 +161,8 @@ class MessageCenterImpl : public MessageCenter { virtual void SetNotificationButtonIcon(const std::string& notification_id, int button_index, const gfx::Image& image) OVERRIDE; - virtual void DisableNotificationsByExtension(const std::string& id) OVERRIDE; - virtual void DisableNotificationsByUrl(const std::string& id) OVERRIDE; + virtual void DisableNotificationsByNotifier( + const NotifierId& notifier_id) OVERRIDE; virtual void ShowNotificationSettings(const std::string& id) OVERRIDE; virtual void ExpandNotification(const std::string& id) OVERRIDE; virtual void ClickOnNotification(const std::string& id) OVERRIDE; |