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..cc6865b339c6391ccf2ede2241a710404660dd22 100644 |
--- a/chrome/browser/notifications/platform_notification_service_impl.h |
+++ b/chrome/browser/notifications/platform_notification_service_impl.h |
@@ -98,6 +98,9 @@ class PlatformNotificationServiceImpl |
bool GetDisplayedNotifications( |
content::BrowserContext* browser_context, |
std::set<std::string>* displayed_notifications) override; |
+ void GetDisplayedNotificationsAsync( |
+ content::BrowserContext* browser_context, |
+ const NotificationCommon::NotificationResultCallback& callback) override; |
private: |
friend struct base::DefaultSingletonTraits<PlatformNotificationServiceImpl>; |