| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 31c2b05502286c5e8194fc2ce6e3b8ff9b30da63..9ace60f3cf65b584af7aaabea649adc5a428916b 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -459,6 +459,7 @@ IPC_STRUCT_END()
|
| // 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(std::string, extra_headers)
|
| IPC_STRUCT_MEMBER(bool, uses_post)
|
| IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBodyImpl>,
|
| resource_request_body)
|
|
|