| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 55597d5dc660e34af50fa1e7db9a6187765b70e1..e1ee69bdd5e27127620bc74d4b6f98ffe8b247e4 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -327,10 +327,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::CommonNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(history_url_for_data_url)
|
| IPC_STRUCT_TRAITS_MEMBER(lofi_state)
|
| IPC_STRUCT_TRAITS_MEMBER(navigation_start)
|
| + IPC_STRUCT_TRAITS_MEMBER(is_post)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams)
|
| - IPC_STRUCT_TRAITS_MEMBER(method)
|
| IPC_STRUCT_TRAITS_MEMBER(headers)
|
| IPC_STRUCT_TRAITS_MEMBER(load_flags)
|
| IPC_STRUCT_TRAITS_MEMBER(has_user_gesture)
|
| @@ -339,7 +339,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| 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)
|
| #if defined(OS_ANDROID)
|
|
|