| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 6135f75cb998ca2fe0a42fef08d1219c19380868..5b73916360451944452dd74dcaded3aec4edf540 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -351,7 +351,7 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams)
|
| IPC_STRUCT_TRAITS_MEMBER(extra_headers)
|
| - IPC_STRUCT_TRAITS_MEMBER(browser_initiated_post_data)
|
| + IPC_STRUCT_TRAITS_MEMBER(post_data)
|
| #if defined(OS_ANDROID)
|
| IPC_STRUCT_TRAITS_MEMBER(has_user_gesture)
|
| #endif
|
|
|