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

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

Issue 2655143002: Drop replacesCurrentHistoryItem, NavigationType (Closed)
Patch Set: More compile fixes Created 3 years, 11 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/FrameFetchContext.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
index d72501a4d9b280c0690ffdc610754a900faf7d30..354ae11025a89d2543faedb7eb4e0977964589f1 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
@@ -405,7 +405,8 @@ void FrameFetchContext::dispatchDidChangeResourcePriority(
void FrameFetchContext::prepareRequest(ResourceRequest& request) {
frame()->loader().applyUserAgent(request);
- frameLoaderClient()->dispatchWillSendRequest(request);
+ frameLoaderClient()->willSendRequest(request,
+ masterDocumentLoader()->loadType());
}
void FrameFetchContext::dispatchWillSendRequest(
« no previous file with comments | « third_party/WebKit/Source/core/loader/EmptyClients.cpp ('k') | third_party/WebKit/Source/core/loader/FrameLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698