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

Unified Diff: content/browser/frame_host/navigation_request_info.h

Issue 1999943002: Moving HTTP POST body from StartNavigationParams to CommonNavigationParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/browser/frame_host/navigation_request_info.h
diff --git a/content/browser/frame_host/navigation_request_info.h b/content/browser/frame_host/navigation_request_info.h
index ef677db499e08d5799bbe58ebf996d8a7e3033b8..92448184a8be4ca82fb0cc95e15d5d49a9a5fc29 100644
--- a/content/browser/frame_host/navigation_request_info.h
+++ b/content/browser/frame_host/navigation_request_info.h
@@ -28,8 +28,7 @@ struct CONTENT_EXPORT NavigationRequestInfo {
const url::Origin& request_initiator,
bool is_main_frame,
bool parent_is_main_frame,
- int frame_tree_node_id,
- scoped_refptr<ResourceRequestBody> request_body);
+ int frame_tree_node_id);
~NavigationRequestInfo();
const CommonNavigationParams common_params;
@@ -46,8 +45,6 @@ struct CONTENT_EXPORT NavigationRequestInfo {
const bool parent_is_main_frame;
const int frame_tree_node_id;
-
- scoped_refptr<ResourceRequestBody> request_body;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698