Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1124)

Unified Diff: content/common/frame_messages.h

Issue 2004653002: OpenURL post data handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@post-data-my-stuff
Patch Set: Tweaked test comments to address CR feedback. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698