Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 860be882ce92fec89511be3a3c5830a5a5c7bdd1..e580bd93f149b1e5eac6b6fa429a11f3b258a2e0 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(bool, uses_post) |
| + IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBodyImpl>, |
| + resource_request_body) |
|
Łukasz Anforowicz
2016/06/10 20:00:49
Note that this is not the first time when we send
nasko
2016/06/10 20:22:28
FrameHostMsg_OpenURL_Params cannot be seen outside
|
| IPC_STRUCT_MEMBER(content::Referrer, referrer) |
| IPC_STRUCT_MEMBER(WindowOpenDisposition, disposition) |
| IPC_STRUCT_MEMBER(bool, should_replace_current_entry) |