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

Unified Diff: content/common/desktop_notification_messages.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
Index: content/common/desktop_notification_messages.h
diff --git a/content/common/desktop_notification_messages.h b/content/common/desktop_notification_messages.h
index cbb80a7a2ee704c69b105c83e1f01a37dddbd5db..3b2215d0bda152c42dc9af6465bfbaa1e376b9b6 100644
--- a/content/common/desktop_notification_messages.h
+++ b/content/common/desktop_notification_messages.h
@@ -26,11 +26,6 @@ IPC_STRUCT_TRAITS_END()
IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PostDisplay,
int /* notification_id */)
-// Used to inform the renderer that the browser has encountered an error
-// trying to display a notification.
-IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PostError,
- int /* notification_id */)
-
// Informs the renderer that the one if its notifications has closed.
IPC_MESSAGE_ROUTED2(DesktopNotificationMsg_PostClose,
int /* notification_id */,
« no previous file with comments | « content/child/notifications/notification_manager.cc ('k') | content/common/platform_notification_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698