| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 5d7fef25e0451b62f2d97e007863054bcf5492ed..52de800f69632a21465a80fcbb3ea3667792bc99 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -262,6 +262,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::CommonNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(transition)
|
| IPC_STRUCT_TRAITS_MEMBER(navigation_type)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_download)
|
| + IPC_STRUCT_TRAITS_MEMBER(should_replace_current_entry)
|
| IPC_STRUCT_TRAITS_MEMBER(ui_timestamp)
|
| IPC_STRUCT_TRAITS_MEMBER(report_type)
|
| IPC_STRUCT_TRAITS_MEMBER(base_url_for_data_url)
|
| @@ -279,7 +280,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(is_post)
|
| IPC_STRUCT_TRAITS_MEMBER(extra_headers)
|
| IPC_STRUCT_TRAITS_MEMBER(browser_initiated_post_data)
|
| - IPC_STRUCT_TRAITS_MEMBER(should_replace_current_entry)
|
| IPC_STRUCT_TRAITS_MEMBER(transferred_request_child_id)
|
| IPC_STRUCT_TRAITS_MEMBER(transferred_request_request_id)
|
| IPC_STRUCT_TRAITS_END()
|
|
|