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

Unified Diff: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc

Issue 687183004: Remove the OnError method from notification delegates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/views/message_center/web_notification_tray_browsertest.cc
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
index b3d5fd1b25bb7c2e3db9bdbcf0724e91af41a16a..e142bf26b6deff9416d606d62d104e3d5bee9783 100644
--- a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc
@@ -48,7 +48,6 @@ class WebNotificationTrayTest : public InProcessBrowserTest {
public:
explicit TestNotificationDelegate(std::string id) : id_(id) {}
void Display() override {}
- void Error() override {}
void Close(bool by_user) override {}
void Click() override {}
std::string id() const override { return id_; }

Powered by Google App Engine
This is Rietveld 408576698