| Index: content/common/platform_notification_messages.h
|
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h
|
| index 02e31ecfeed3399447326fcde135ba31dd226214..9fda6d94da91ab500faaff30e164568ef79011cb 100644
|
| --- a/content/common/platform_notification_messages.h
|
| +++ b/content/common/platform_notification_messages.h
|
| @@ -39,6 +39,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(
|
| IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationAction)
|
| IPC_STRUCT_TRAITS_MEMBER(action)
|
| IPC_STRUCT_TRAITS_MEMBER(title)
|
| + IPC_STRUCT_TRAITS_MEMBER(icon)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationData)
|
|
|