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 e2d34ebb0c10a5f90b4b917117b92afd925136e9..b355e84457d1eb949eaa5a75ce164cb7dddf30de 100644 |
--- a/chrome/browser/notifications/notification_test_util.h |
+++ b/chrome/browser/notifications/notification_test_util.h |
@@ -62,6 +62,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>; |