| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index 016e429db82292831eda8e22c5d1e26f062e772f..3b87006e1d76365b6d5286d62ce719ca6ab42ba2 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -104,12 +104,6 @@ class CrashNotificationDelegate : public NotificationDelegate {
|
| extension_id_(extension->id()) {
|
| }
|
|
|
| - void Display() override {}
|
| -
|
| - void Error() override {}
|
| -
|
| - void Close(bool by_user) override {}
|
| -
|
| void Click() override {
|
| // http://crbug.com/247790 involves a crash notification balloon being
|
| // clicked while the extension isn't in the TERMINATED state. In that case,
|
|
|