| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 983fb2ee8023906b6ecc1d3ed76e5f573f1ed4c0..1af957e7b2ab0f6253471fa1d6328e59720c9703 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/common/content_export.h"
|
| #include "content/common/content_param_traits.h"
|
| #include "content/common/cookie_data.h"
|
| +#include "content/common/date_time_suggestion.h"
|
| #include "content/common/navigation_gesture.h"
|
| #include "content/common/pepper_renderer_instance_data.h"
|
| #include "content/common/view_message_enums.h"
|
| @@ -159,6 +160,12 @@ IPC_STRUCT_TRAITS_BEGIN(content::MenuItem)
|
| IPC_STRUCT_TRAITS_MEMBER(submenu)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(content::DateTimeSuggestion)
|
| + IPC_STRUCT_TRAITS_MEMBER(value)
|
| + IPC_STRUCT_TRAITS_MEMBER(localizedValue)
|
| + IPC_STRUCT_TRAITS_MEMBER(label)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(content::ContextMenuParams)
|
| IPC_STRUCT_TRAITS_MEMBER(media_type)
|
| IPC_STRUCT_TRAITS_MEMBER(x)
|
| @@ -398,6 +405,7 @@ IPC_STRUCT_BEGIN(ViewHostMsg_DateTimeDialogValue_Params)
|
| IPC_STRUCT_MEMBER(double, minimum)
|
| IPC_STRUCT_MEMBER(double, maximum)
|
| IPC_STRUCT_MEMBER(double, step)
|
| + IPC_STRUCT_MEMBER(std::vector<content::DateTimeSuggestion>, suggestions)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewHostMsg_DidFailProvisionalLoadWithError_Params)
|
|
|