| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index 91fb7c78e08edac70171b3142210b5486f52194b..838bac4e21c5c395957c5a85273f647c1e24544d 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(body)
|
| IPC_STRUCT_TRAITS_MEMBER(tag)
|
| IPC_STRUCT_TRAITS_MEMBER(icon)
|
| + IPC_STRUCT_TRAITS_MEMBER(small_icon)
|
| IPC_STRUCT_TRAITS_MEMBER(vibration_pattern)
|
| IPC_STRUCT_TRAITS_MEMBER(timestamp)
|
| IPC_STRUCT_TRAITS_MEMBER(renotify)
|
| @@ -60,6 +61,7 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::NotificationResources)
|
| IPC_STRUCT_TRAITS_MEMBER(notification_icon)
|
| + IPC_STRUCT_TRAITS_MEMBER(small_icon)
|
| IPC_STRUCT_TRAITS_MEMBER(action_icons)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|