| 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 bfbad2d4a189280f328afe075e3c222694943021..adfff80092c9a4dac70d8c2be7662349722c7783 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.h
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include <stdint.h>
|
| #include <map>
|
| +#include <set>
|
| +#include <string>
|
|
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/singleton.h"
|
| @@ -78,6 +80,9 @@ class PlatformNotificationServiceImpl
|
| void ClosePersistentNotification(
|
| content::BrowserContext* browser_context,
|
| int64_t persistent_notification_id) override;
|
| + bool GetDisplayedPersistentNotifications(
|
| + content::BrowserContext* browser_context,
|
| + std::set<std::string>* displayed_notifications) override;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<PlatformNotificationServiceImpl>;
|
|
|