Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 965012f1d7353c1b8da2858be10d12851cf1ec7e..0cca295365dccba668d1b112b92d23bee43ac20f 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -448,6 +448,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(std::string, method) |
+ IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBody>, |
+ resource_request_body) |
IPC_STRUCT_MEMBER(content::Referrer, referrer) |
IPC_STRUCT_MEMBER(WindowOpenDisposition, disposition) |
IPC_STRUCT_MEMBER(bool, should_replace_current_entry) |