Index: content/common/platform_notification_messages.h |
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h |
index 1585165af7f4f141f2a00d92df302308a1bb424a..077e3148bb5190c3acb1dc2e8a983ce6769abd3e 100644 |
--- a/content/common/platform_notification_messages.h |
+++ b/content/common/platform_notification_messages.h |
@@ -15,6 +15,15 @@ |
IPC_ENUM_TRAITS_MAX_VALUE(blink::WebNotificationPermission, |
blink::WebNotificationPermissionLast) |
+IPC_STRUCT_TRAITS_BEGIN(content::ShowDesktopNotificationHostMsgParams) |
+ IPC_STRUCT_TRAITS_MEMBER(origin) |
+ IPC_STRUCT_TRAITS_MEMBER(icon) |
+ IPC_STRUCT_TRAITS_MEMBER(title) |
+ IPC_STRUCT_TRAITS_MEMBER(body) |
+ IPC_STRUCT_TRAITS_MEMBER(direction) |
+ IPC_STRUCT_TRAITS_MEMBER(replace_id) |
+IPC_STRUCT_TRAITS_END() |
+ |
// Messages sent from the browser to the renderer. |
// Informs the renderer that the permission request for |request_id| is done, |