| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 302538e1a616576e1ee979a39b7be9d6b0efffca..44fb457f74f6266c29b18e97563ee3b35d3e2366 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -370,6 +370,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent)
|
| IPC_STRUCT_TRAITS_MEMBER(redirects)
|
| IPC_STRUCT_TRAITS_MEMBER(redirect_response)
|
| + IPC_STRUCT_TRAITS_MEMBER(redirect_infos)
|
| + IPC_STRUCT_TRAITS_MEMBER(original_url)
|
| + IPC_STRUCT_TRAITS_MEMBER(original_method)
|
| IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources)
|
| IPC_STRUCT_TRAITS_MEMBER(page_state)
|
| IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
|
|
|