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

Unified Diff: content/common/navigation_params.cc

Issue 2038813003: Making ResourceRequestBody part of //content's public API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 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 5089dc9a83415bd95a0d0f5bf01e012e25bd5f39..8ab6ed48d8c107efc1f7be23fb77474794b94d1b 100644
--- a/content/common/navigation_params.cc
+++ b/content/common/navigation_params.cc
@@ -51,7 +51,7 @@ CommonNavigationParams::CommonNavigationParams(
LoFiState lofi_state,
const base::TimeTicks& navigation_start,
std::string method,
- const scoped_refptr<ResourceRequestBody>& post_data)
+ const scoped_refptr<ResourceRequestBodyImpl>& post_data)
: url(url),
referrer(referrer),
transition(transition),
« 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