| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 520b312d541739f571e90e4d63c71e086ed5c882..e3ae870a6e71ead93e13bdf6f7c4c715d28df6ae 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -452,6 +452,9 @@ IPC_STRUCT_END()
|
| // the browser process should look for an existing history item for the frame.
|
| IPC_STRUCT_BEGIN(FrameHostMsg_OpenURL_Params)
|
| IPC_STRUCT_MEMBER(GURL, url)
|
| + IPC_STRUCT_MEMBER(bool, uses_post)
|
| + IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBodyImpl>,
|
| + resource_request_body)
|
| IPC_STRUCT_MEMBER(content::Referrer, referrer)
|
| IPC_STRUCT_MEMBER(WindowOpenDisposition, disposition)
|
| IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
|
|
|