Index: chrome/browser/notifications/notification_test_util.h |
diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h |
index 66b01e641b5e69d91edbcdaa9c9dfa785b066c9f..74ef1a9cdca25c52430670bc02acd7e094787924 100644 |
--- a/chrome/browser/notifications/notification_test_util.h |
+++ b/chrome/browser/notifications/notification_test_util.h |
@@ -63,6 +63,7 @@ class StubNotificationUIManager : public NotificationUIManager { |
bool CancelAllBySourceOrigin(const GURL& source_origin) override; |
bool CancelAllByProfile(ProfileID profile_id) override; |
void CancelAll() override; |
+ bool AcceptNativeNotifications() override; |
private: |
using NotificationPair = std::pair<Notification, ProfileID>; |