Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: chrome/browser/notifications/stub_notification_platform_bridge.h

Issue 2709213005: [Mac] Add XPC alerts to GetDisplayedNotifications (Closed)
Patch Set: review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/notifications/stub_notification_platform_bridge.h
diff --git a/chrome/browser/notifications/stub_notification_platform_bridge.h b/chrome/browser/notifications/stub_notification_platform_bridge.h
index 1e4fd11a857bcb581e3a2dbb47f3b43176739872..82dc69103c04e46e86cf9bbe8f800bd08630aaf3 100644
--- a/chrome/browser/notifications/stub_notification_platform_bridge.h
+++ b/chrome/browser/notifications/stub_notification_platform_bridge.h
@@ -36,7 +36,7 @@ class StubNotificationPlatformBridge : public NotificationPlatformBridge {
void GetDisplayed(
const std::string& profile_id,
bool incognito,
- const DisplayedNotificationsCallback& callback) const override;
+ const GetDisplayedNotificationsCallback& callback) const override;
private:
// Map of profile Ids to list of notifications shown for said profile.

Powered by Google App Engine
This is Rietveld 408576698