| Index: chrome/browser/extensions/api/notifications/notifications_api.cc
|
| diff --git a/chrome/browser/extensions/api/notifications/notifications_api.cc b/chrome/browser/extensions/api/notifications/notifications_api.cc
|
| index 5350ba45b49434a7ffaa8d37fd5c7c175efec2b4..7e26f8c2c1e899426b1c0581130a667547a16974 100644
|
| --- a/chrome/browser/extensions/api/notifications/notifications_api.cc
|
| +++ b/chrome/browser/extensions/api/notifications/notifications_api.cc
|
| @@ -87,8 +87,6 @@ class NotificationsApiDelegate : public NotificationDelegate {
|
|
|
| void Display() override {}
|
|
|
| - void Error() override {}
|
| -
|
| void Close(bool by_user) override {
|
| EventRouter::UserGestureState gesture =
|
| by_user ? EventRouter::USER_GESTURE_ENABLED
|
|
|