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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.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/DocumentLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
index fd0186908321f7565e80a6e561e2791268d01a42..cc7c101ff59894c7ddf4e97ac99a9bc3893f6469 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
@@ -108,9 +108,7 @@ DocumentLoader::DocumentLoader(LocalFrame* frame,
m_loadType(FrameLoadTypeStandard),
m_isClientRedirect(clientRedirectPolicy ==
ClientRedirectPolicy::ClientRedirect),
- m_replacesCurrentHistoryItem(false),
m_dataReceived(false),
- m_navigationType(NavigationTypeOther),
m_documentLoadTiming(*this),
m_timeOfLastDataReceived(0.0),
m_applicationCacheHost(ApplicationCacheHost::create(this)),
@@ -376,8 +374,8 @@ bool DocumentLoader::redirectReceived(
}
if (!frameLoader().shouldContinueForNavigationPolicy(
m_request, SubstituteData(), this, CheckContentSecurityPolicy,
- m_navigationType, NavigationPolicyCurrentTab, m_loadType,
- isClientRedirect(), nullptr)) {
+ NavigationPolicyCurrentTab, m_loadType, isClientRedirect(),
+ nullptr)) {
m_fetcher->stopFetching();
return false;
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentLoader.h ('k') | third_party/WebKit/Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698