| Index: chrome/browser/ui/ash/screenshot_taker.cc
|
| diff --git a/chrome/browser/ui/ash/screenshot_taker.cc b/chrome/browser/ui/ash/screenshot_taker.cc
|
| index 0f6dfd760d101102dfff70433ed8e791377ade0f..6cac0975170334a9e52137557e54599e54a74854 100644
|
| --- a/chrome/browser/ui/ash/screenshot_taker.cc
|
| +++ b/chrome/browser/ui/ash/screenshot_taker.cc
|
| @@ -127,9 +127,6 @@ class ScreenshotTakerNotificationDelegate : public NotificationDelegate {
|
| }
|
|
|
| // Overridden from NotificationDelegate:
|
| - void Display() override {}
|
| - void Error() override {}
|
| - void Close(bool by_user) override {}
|
| void Click() override {
|
| if (!success_)
|
| return;
|
|
|