Chromium Code Reviews| Index: content/common/platform_notification_messages.h |
| diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h |
| index 0ba110ffe91ba8b67ef1fa97ced9e6386d54a26a..5e5d8bb65f7d543ff89dea962ebc68d97cada28d 100644 |
| --- a/content/common/platform_notification_messages.h |
| +++ b/content/common/platform_notification_messages.h |
| @@ -36,10 +36,15 @@ IPC_ENUM_TRAITS_MAX_VALUE( |
| content::PlatformNotificationData::Direction, |
| content::PlatformNotificationData::DIRECTION_LAST) |
| +IPC_ENUM_TRAITS_MAX_VALUE(content::PlatformNotificationActionType, |
| + content::PLATFORM_NOTIFICATION_ACTION_TYPE_TEXT) |
| + |
| IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationAction) |
| + IPC_STRUCT_TRAITS_MEMBER(type) |
|
Michael van Ouwerkerk
2016/04/05 10:06:55
Please keep the same order of members throughout:
Nina
2016/04/05 13:28:22
I think I re-ordered everything in this order:
typ
|
| IPC_STRUCT_TRAITS_MEMBER(action) |
| IPC_STRUCT_TRAITS_MEMBER(title) |
| IPC_STRUCT_TRAITS_MEMBER(icon) |
| + IPC_STRUCT_TRAITS_MEMBER(placeholder) |
| IPC_STRUCT_TRAITS_END() |
| IPC_STRUCT_TRAITS_BEGIN(content::PlatformNotificationData) |