Index: content/common/platform_notification_messages.h |
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h |
index a4ae7064524f0811812a18584ab66f1b86994131..7ad1e6bfe61a56bda01da0ad7b637ce9a95a66b9 100644 |
--- a/content/common/platform_notification_messages.h |
+++ b/content/common/platform_notification_messages.h |
@@ -43,6 +43,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationData) |
IPC_STRUCT_TRAITS_MEMBER(tag) |
IPC_STRUCT_TRAITS_MEMBER(icon) |
IPC_STRUCT_TRAITS_MEMBER(silent) |
+ IPC_STRUCT_TRAITS_MEMBER(data) |
IPC_STRUCT_TRAITS_END() |
// Messages sent from the browser to the renderer. |