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 6eb9d0aa7d8ff47703b740183087d9a0128ba968..1ea0fc0efb66e0fceeb440d65589e961d06e57f0 100644 |
--- a/chrome/browser/notifications/notification_test_util.h |
+++ b/chrome/browser/notifications/notification_test_util.h |
@@ -58,6 +58,7 @@ class StubNotificationUIManager : public NotificationUIManager { |
std::set<std::string> GetAllIdsByProfileAndSourceOrigin( |
Profile* profile, |
const GURL& source) override; |
+ std::set<std::string> GetAllIdsByProfile(Profile* profile) override; |
bool CancelAllBySourceOrigin(const GURL& source_origin) override; |
bool CancelAllByProfile(ProfileID profile_id) override; |
void CancelAll() override; |