Index: content/browser/frame_host/navigation_request.h |
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h |
index 7d3744c3b8c0ab67bee336ab407865ce78fc0911..7b6645b0835fe5d29f37ff5db59bd95020cf1c8a 100644 |
--- a/content/browser/frame_host/navigation_request.h |
+++ b/content/browser/frame_host/navigation_request.h |
@@ -226,6 +226,9 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate { |
bool is_view_source_; |
int bindings_; |
+ // This is kept to be sent to the renderer on commit. |
+ scoped_refptr<ResourceRequestBody> post_data_; |
+ |
// The type of SiteInstance associated with this navigation. |
AssociatedSiteInstanceType associated_site_instance_type_; |