| Index: chrome/browser/notifications/persistent_notification_handler.cc
|
| diff --git a/chrome/browser/notifications/persistent_notification_handler.cc b/chrome/browser/notifications/persistent_notification_handler.cc
|
| index fa55ebc17bffb9dbbad8fbf559be26904b52d229..47cd8b17ed42e8bf8cf3198f8a34b0069e902eea 100644
|
| --- a/chrome/browser/notifications/persistent_notification_handler.cc
|
| +++ b/chrome/browser/notifications/persistent_notification_handler.cc
|
| @@ -11,6 +11,10 @@
|
| PersistentNotificationHandler::PersistentNotificationHandler() {}
|
| PersistentNotificationHandler::~PersistentNotificationHandler() {}
|
|
|
| +void PersistentNotificationHandler::OnShow(Profile* profile,
|
| + const std::string& notification_id) {
|
| +}
|
| +
|
| void PersistentNotificationHandler::OnClose(Profile* profile,
|
| const std::string& origin,
|
| const std::string& notification_id,
|
|
|