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

Unified Diff: content/common/frame_messages.h

Issue 2355023002: Preserving Content-Type header from http request in OpenURL path. (Closed)
Patch Set: Go back to filtering of headers by code inside prerender_manager.cc Created 4 years, 2 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 2329016c2587318ec9e65a6655c5c38a813f8eab..36b0684cc807130788f2e5dbb8b0d16dd5ca4a92 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -411,6 +411,7 @@ IPC_STRUCT_BEGIN(FrameHostMsg_OpenURL_Params)
IPC_STRUCT_MEMBER(bool, uses_post)
IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBodyImpl>,
resource_request_body)
+ IPC_STRUCT_MEMBER(std::string, extra_headers)
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