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

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

Issue 2709213005: [Mac] Add XPC alerts to GetDisplayedNotifications (Closed)
Patch Set: - Created 3 years, 10 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/platform_notification_service_impl.h
diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
index 12c6e6181d4190459646c7b7af238fdfbf00576a..932e9887754f08320d0faecd0261efda10676f34 100644
--- a/chrome/browser/notifications/platform_notification_service_impl.h
+++ b/chrome/browser/notifications/platform_notification_service_impl.h
@@ -99,6 +99,10 @@ class PlatformNotificationServiceImpl
content::BrowserContext* browser_context,
std::set<std::string>* displayed_notifications) override;
Peter Beverloo 2017/02/24 16:12:24 nit: drop the linebreak
Miguel Garcia 2017/03/22 22:00:09 Done.
+ void GetDisplayedNotificationsAsync(
+ content::BrowserContext* browser_context,
+ const NotificationCommon::NotificationResultCallback& callback) override;
+
private:
friend struct base::DefaultSingletonTraits<PlatformNotificationServiceImpl>;
friend class PlatformNotificationServiceBrowserTest;

Powered by Google App Engine
This is Rietveld 408576698