Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: chrome/browser/ui/ash/screenshot_taker.cc

Issue 684253002: Provide default implementations for NotificationDelegate methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698