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

Unified Diff: chrome/browser/notifications/message_center_notifications_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/notifications/message_center_notifications_browsertest.cc
diff --git a/chrome/browser/notifications/message_center_notifications_browsertest.cc b/chrome/browser/notifications/message_center_notifications_browsertest.cc
index e11f90693970a0c14e7b26e71321eeee91dd38ee..cb97e5af2caa12e2fdc0355f8ce180573ff25197 100644
--- a/chrome/browser/notifications/message_center_notifications_browsertest.cc
+++ b/chrome/browser/notifications/message_center_notifications_browsertest.cc
@@ -73,7 +73,6 @@ class MessageCenterNotificationsTest : public InProcessBrowserTest {
explicit TestDelegate(const std::string& id) : id_(id) {}
void Display() override { log_ += "Display_"; }
- void Error() override { log_ += "Error_"; }
void Close(bool by_user) override {
log_ += "Close_";
log_ += ( by_user ? "by_user_" : "programmatically_");
« no previous file with comments | « chrome/browser/local_discovery/privet_notifications.cc ('k') | chrome/browser/notifications/notification_object_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698