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 40a5b61e04907c944c32210b9807ea3e1b14b2c3..f1cb99813d99cb98e73fc3b1df575ec938996da5 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.h |
+++ b/chrome/browser/notifications/message_center_notification_manager.h |
@@ -60,6 +60,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, |