| Index: chrome/browser/notifications/persistent_notification_handler.h
|
| diff --git a/chrome/browser/notifications/persistent_notification_handler.h b/chrome/browser/notifications/persistent_notification_handler.h
|
| index 5532097b9be8ba6c0a2f7ff5587bae5d945b956d..626e4387ffdaa0af90a321a10333522a2f9b196e 100644
|
| --- a/chrome/browser/notifications/persistent_notification_handler.h
|
| +++ b/chrome/browser/notifications/persistent_notification_handler.h
|
| @@ -16,6 +16,7 @@ class PersistentNotificationHandler : public NotificationHandler {
|
| ~PersistentNotificationHandler() override;
|
|
|
| // NotificationHandler implementation.
|
| + void OnShow(Profile* profile, const std::string& notification_id) override;
|
| void OnClose(Profile* profile,
|
| const std::string& origin,
|
| const std::string& notification_id,
|
|
|