| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e514f2d3f560c1809f14992889077174644639d6..bc0310c96b44c546e8e9bfd729bf33ef6ba87c67 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
|
|
|