| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 64ef075a71469f16d0f5a0680117c22299805575..d1a0e23d7ecf493828d8c9716fad59daf39292ae 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -372,6 +372,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(resource_response_infos)
|
| IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources)
|
| IPC_STRUCT_TRAITS_MEMBER(request_time)
|
| IPC_STRUCT_TRAITS_MEMBER(page_state)
|
|
|