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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 1847383003: CREDENTIAL: Rework the integration with Fetch (2/2) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-serialized
Patch Set: unittest Created 4 years, 9 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/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 80613981ba14dd462bba29538f7a28b4f0fa65ba..d143a9047ef0a215c3e2ee75e595af8244ae43f4 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -5632,7 +5632,7 @@ void RenderFrameImpl::BeginNavigation(blink::WebURLRequest* request,
request->hasUserGesture(),
request->skipServiceWorker(),
GetRequestContextTypeForWebURLRequest(*request)),
- GetRequestBodyForWebURLRequest(*request)));
+ GetRequestBodyForWebURLRequest(*request, HTTP_BODY)));
}
void RenderFrameImpl::LoadDataURL(

Powered by Google App Engine
This is Rietveld 408576698