| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index db55ac0c5065e3f857ff30a8264b9d71d41e7bf2..02e31ecfeed3399447326fcde135ba31dd226214 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -49,6 +49,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)
|
|
|