diff options
Diffstat (limited to 'content/common/platform_notification_messages.h')
-rw-r--r-- | content/common/platform_notification_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h index f21713f..009ff61 100644 --- a/content/common/platform_notification_messages.h +++ b/content/common/platform_notification_messages.h @@ -42,6 +42,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationData) IPC_STRUCT_TRAITS_MEMBER(body) IPC_STRUCT_TRAITS_MEMBER(tag) IPC_STRUCT_TRAITS_MEMBER(icon) + IPC_STRUCT_TRAITS_MEMBER(vibration_pattern) IPC_STRUCT_TRAITS_MEMBER(silent) IPC_STRUCT_TRAITS_MEMBER(data) IPC_STRUCT_TRAITS_END() |