| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index f4609bc50e1dd175d5771fe98600457773c6d720..c770b8d9265ebe555d4d362f4b01f28357edc5a5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -693,6 +693,13 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
|
|
|
| // Whether or not the user agent override string should be used.
|
| IPC_STRUCT_MEMBER(bool, is_overriding_user_agent)
|
| +
|
| + // True if this was a post request.
|
| + IPC_STRUCT_MEMBER(bool, is_post)
|
| +
|
| + // If is_post is true, holds the post_data information from browser. Empty
|
| + // otherwise.
|
| + IPC_STRUCT_MEMBER(std::vector<char>, browser_initiated_post_data)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|