Chromium Code Reviews| 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; |