Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c59a2115d2590fa82577e1b8816c5617a6b2b71d..478758165c4b3736310ddb2a5addf6476551031f 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -693,6 +693,13 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params) |
// Whether or not the user agent override string should be used. |
IPC_STRUCT_MEMBER(bool, is_overriding_user_agent) |
+ |
+ // True if this was a post request. |
+ IPC_STRUCT_MEMBER(bool, is_post) |
+ |
+ // If is_post is true, holds the post_data information from browser. Empty |
+ // otherwise. |
+ IPC_STRUCT_MEMBER(std::vector<unsigned char>, browser_initiated_post_data) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(ViewMsg_New_Params) |