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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.cpp

Issue 2734633002: PlzNavigate: Fix the http/tests/loading/307-after-303-after-post.html and the http/tests/loading/re… (Closed)
Patch Set: Fix comment Created 3 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: third_party/WebKit/Source/core/loader/FrameLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
index 768ca662ff45b7c554717484cb15ea3e8adf7097..8cd1a3a246f6c651ca8d6b53fd6d29fe76c6c028 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
@@ -1763,7 +1763,8 @@ void FrameLoader::startLoad(FrameLoadRequest& frameLoadRequest,
// TODO(ananta):
// We should get rid of the dependency on the DocumentLoader in consumers of
// the didStartProvisionalLoad() notification.
- client()->dispatchDidStartProvisionalLoad(m_provisionalDocumentLoader);
+ client()->dispatchDidStartProvisionalLoad(m_provisionalDocumentLoader,
+ resourceRequest);
DCHECK(m_provisionalDocumentLoader);
if (navigationPolicy == NavigationPolicyCurrentTab) {
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.h ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698