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

Unified Diff: content/common/navigation_params.cc

Issue 2954343005: Merge ResourceRequestBodyImpl and ResourceRequestBody. (Closed)
Patch Set: Remove comment Created 3 years, 6 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
« no previous file with comments | « content/common/navigation_params.h ('k') | content/common/page_state_serialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigation_params.cc
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
index 5881d583f8440689c9c67b751fae0b3cfc4ccc58..df4dd2bc6f179d1ded01b3461b3aa704cb470f79 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -78,7 +78,7 @@ CommonNavigationParams::CommonNavigationParams(
PreviewsState previews_state,
const base::TimeTicks& navigation_start,
std::string method,
- const scoped_refptr<ResourceRequestBodyImpl>& post_data,
+ const scoped_refptr<ResourceRequestBody>& post_data,
base::Optional<SourceLocation> source_location,
CSPDisposition should_check_main_world_csp)
: url(url),
« no previous file with comments | « content/common/navigation_params.h ('k') | content/common/page_state_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698