| Index: content/shell/browser/layout_test/layout_test_notification_manager.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.h b/content/shell/browser/layout_test/layout_test_notification_manager.h
|
| index ac51c5c368ef552504f65b8cae03c480de269980..53c59309642cf2e46ac743306bb1f2f206dde040 100644
|
| --- a/content/shell/browser/layout_test/layout_test_notification_manager.h
|
| +++ b/content/shell/browser/layout_test/layout_test_notification_manager.h
|
| @@ -55,6 +55,9 @@ class LayoutTestNotificationManager : public PlatformNotificationService {
|
| void ClosePersistentNotification(
|
| BrowserContext* browser_context,
|
| int64_t persistent_notification_id) override;
|
| + bool GetDisplayedPersistentNotifications(
|
| + BrowserContext* browser_context,
|
| + std::set<std::string>* displayed_notifications) override;
|
|
|
| private:
|
| // Structure to represent the information of a persistent notification.
|
|
|