| Index: chrome/browser/notifications/extension_welcome_notification.cc
|
| diff --git a/chrome/browser/notifications/extension_welcome_notification.cc b/chrome/browser/notifications/extension_welcome_notification.cc
|
| index c061dd8a877ccdc068d7a9a5524adf925b0ca540..335ebb8fc3c53e6363c39d1ba8a762836ec6ff7a 100644
|
| --- a/chrome/browser/notifications/extension_welcome_notification.cc
|
| +++ b/chrome/browser/notifications/extension_welcome_notification.cc
|
| @@ -47,9 +47,6 @@ class NotificationCallbacks
|
| }
|
|
|
| // Overridden from NotificationDelegate:
|
| - void Display() override {}
|
| - void Error() override {}
|
| -
|
| void Close(bool by_user) override {
|
| if (by_user) {
|
| // Setting the preference here may cause the notification erasing
|
| @@ -60,7 +57,6 @@ class NotificationCallbacks
|
| }
|
| }
|
|
|
| - void Click() override {}
|
| void ButtonClick(int index) override {
|
| if (index == 0) {
|
| OpenNotificationLearnMoreTab();
|
|
|