| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 38cd6baf033c0668cc77a0e587fdbcd611934b14..e3564ba8b0c0e5f5f89a28bd6cf1ac218e72b4ab 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -122,6 +122,7 @@ IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::FrameNavigateParams)
|
| IPC_STRUCT_TRAITS_MEMBER(page_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(base_url)
|
| IPC_STRUCT_TRAITS_MEMBER(referrer)
|
| @@ -140,6 +141,10 @@ IPC_STRUCT_BEGIN_WITH_PARENT(FrameHostMsg_DidCommitProvisionalLoad_Params,
|
| content::FrameNavigateParams)
|
| IPC_STRUCT_TRAITS_PARENT(content::FrameNavigateParams)
|
|
|
| + // Whether this commit created a new entry. TODO(avi): Does this need to go in
|
| + // FrameNavigateParams, instead?
|
| + IPC_STRUCT_MEMBER(bool, did_create_new_entry)
|
| +
|
| // Information regarding the security of the connection (empty if the
|
| // connection was not secure).
|
| IPC_STRUCT_MEMBER(std::string, security_info)
|
| @@ -235,6 +240,7 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(content::HistoryNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(page_state)
|
| IPC_STRUCT_TRAITS_MEMBER(page_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
|
| IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset)
|
| IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset)
|
| IPC_STRUCT_TRAITS_MEMBER(current_history_list_length)
|
|
|