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

Unified Diff: content/common/view_messages.h

Issue 9317009: Store the UploadData identifier in NavigationEntryImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits from self-review Created 8 years, 11 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 23fa018c5ea79ef00d0ea2fcc58c4421834297b8..248c18c86aaf026f680ce142f675e8a335817533 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -443,6 +443,9 @@ IPC_STRUCT_BEGIN_WITH_PARENT(ViewHostMsg_FrameNavigate_Params,
// True if this was a post request.
IPC_STRUCT_MEMBER(bool, is_post)
+ // The POST body identifier. -1 if it doesn't exist.
cbentzel 2012/02/01 22:02:13 I considered removing the |is_post| field in favor
+ IPC_STRUCT_MEMBER(int64, post_id)
+
// Whether the frame navigation resulted in no change to the documents within
// the page. For example, the navigation may have just resulted in scrolling
// to a named anchor.

Powered by Google App Engine
This is Rietveld 408576698