| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index 8b8d7dad421f982392362d5c416eab9ca0b86e7a..87ce91f9189e0ceac5a55e0c243461c487c7b4fa 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -48,6 +48,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationData)
|
| IPC_STRUCT_TRAITS_MEMBER(tag)
|
| IPC_STRUCT_TRAITS_MEMBER(icon)
|
| IPC_STRUCT_TRAITS_MEMBER(vibration_pattern)
|
| + IPC_STRUCT_TRAITS_MEMBER(timestamp)
|
| IPC_STRUCT_TRAITS_MEMBER(silent)
|
| IPC_STRUCT_TRAITS_MEMBER(require_interaction)
|
| IPC_STRUCT_TRAITS_MEMBER(data)
|
|
|