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

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

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/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index 6c85d34c48d54d7e03e5c34651d6a72906bb0ca8..7d54e115d582b3e1fb39ebfdce2707605fff1c17 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -205,7 +205,6 @@ class CORE_EXPORT FrameLoader final {
const SubstituteData&,
DocumentLoader*,
ContentSecurityPolicyDisposition,
- NavigationType,
NavigationPolicy,
FrameLoadType,
bool isClientRedirect,
@@ -239,10 +238,7 @@ class CORE_EXPORT FrameLoader final {
const KURL&);
void processFragment(const KURL&, FrameLoadType, LoadStartType);
- bool checkLoadCanStart(FrameLoadRequest&,
- FrameLoadType,
- NavigationPolicy,
- NavigationType);
+ bool checkLoadCanStart(FrameLoadRequest&, FrameLoadType, NavigationPolicy);
void startLoad(FrameLoadRequest&, FrameLoadType, NavigationPolicy);
enum class HistoryNavigationType { DifferentDocument, Fragment, HistoryApi };
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameFetchContext.cpp ('k') | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698