| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index fd3267ca0d9ef5335d85ad096ed3b1f3b74f1f10..86b626c396e3d41b99dc89dca3f89e341acb2e6c 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -366,6 +366,7 @@ IPC_STRUCT_TRAITS_END()
|
| 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(can_load_local_resources)
|
| IPC_STRUCT_TRAITS_MEMBER(request_time)
|
| IPC_STRUCT_TRAITS_MEMBER(page_state)
|
|
|