Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / common / desktop_notification_messages.h
index 691afaa..3b2215d 100644 (file)
@@ -12,7 +12,7 @@
 
 IPC_STRUCT_TRAITS_BEGIN(content::ShowDesktopNotificationHostMsgParams)
   IPC_STRUCT_TRAITS_MEMBER(origin)
-  IPC_STRUCT_TRAITS_MEMBER(icon_url)
+  IPC_STRUCT_TRAITS_MEMBER(icon)
   IPC_STRUCT_TRAITS_MEMBER(title)
   IPC_STRUCT_TRAITS_MEMBER(body)
   IPC_STRUCT_TRAITS_MEMBER(direction)
@@ -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 */,