| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 1bb0789068ba4ba0a014f4b752aa3a70c1900295..01e097474abd72bcc5a0ae35b85f3944d94f21f5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -14,6 +14,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/input/did_overscroll_params.h"
|
| #include "content/common/input/input_event_ack_state.h"
|
| #include "content/common/navigation_gesture.h"
|
| @@ -31,7 +32,6 @@
|
| #include "content/public/common/stop_find_action.h"
|
| #include "content/public/common/three_d_api_types.h"
|
| #include "content/public/common/window_container_type.h"
|
| -#include "content/common/date_time_suggestion.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
| @@ -215,6 +215,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(disable_client_blocked_error_page)
|
| IPC_STRUCT_TRAITS_MEMBER(plugin_fullscreen_allowed)
|
| IPC_STRUCT_TRAITS_MEMBER(use_video_overlay_for_embedded_encrypted_video)
|
| + IPC_STRUCT_TRAITS_MEMBER(deprecated_features_to_enable)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::CookieData)
|
|
|