Index: chrome/browser/notifications/message_center_notification_manager.h |
diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h |
index c3a1cac8da79edb21e56049433c8940b89b4d7e7..626fa7eecd9d45e79cf536522947bc9b2d8b11f0 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.h |
+++ b/chrome/browser/notifications/message_center_notification_manager.h |
@@ -59,6 +59,7 @@ class MessageCenterNotificationManager |
bool CancelAllBySourceOrigin(const GURL& source_origin) override; |
bool CancelAllByProfile(ProfileID profile_id) override; |
void CancelAll() override; |
+ bool AcceptNativeNotifications() override; |
// MessageCenterObserver |
void OnNotificationRemoved(const std::string& notification_id, |