Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 44d924de11262058c6dbcd56475020e6c1d1a4a3..24acdc2d04302674ae9f1525617ba6e6618824c7 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -460,6 +460,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) |
|
nasko
2016/10/06 18:15:01
You've put this member after post body in all area
Łukasz Anforowicz
2016/10/06 18:33:54
Good point - I should have kept the order similar
|
| IPC_STRUCT_MEMBER(bool, uses_post) |
| IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBodyImpl>, |
| resource_request_body) |