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

Unified Diff: content/public/browser/desktop_notification_delegate.h

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
« no previous file with comments | « content/common/platform_notification_messages.h ('k') | content/renderer/notification_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/desktop_notification_delegate.h
diff --git a/content/public/browser/desktop_notification_delegate.h b/content/public/browser/desktop_notification_delegate.h
index 27c5fd7f28c08423b4e96d8560e411c3ad4551f6..aaf2c9d98d722e0b34e1cb2557012066a1d44f0f 100644
--- a/content/public/browser/desktop_notification_delegate.h
+++ b/content/public/browser/desktop_notification_delegate.h
@@ -16,9 +16,6 @@ class DesktopNotificationDelegate {
// The notification was shown.
virtual void NotificationDisplayed() = 0;
- // The notification couldn't be shown due to an error.
- virtual void NotificationError() = 0;
-
// The notification was closed.
virtual void NotificationClosed(bool by_user) = 0;
« no previous file with comments | « content/common/platform_notification_messages.h ('k') | content/renderer/notification_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698