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 */, |