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

Unified Diff: Source/core/loader/FrameLoaderTypes.h

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed issue with inital history navigation in child frames Created 5 years, 7 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: Source/core/loader/FrameLoaderTypes.h
diff --git a/Source/core/loader/FrameLoaderTypes.h b/Source/core/loader/FrameLoaderTypes.h
index 49ea81c81e5c4856861e978978799ae12e910021..fd101f8eedece9185c828ce960c5a1631d216ee1 100644
--- a/Source/core/loader/FrameLoaderTypes.h
+++ b/Source/core/loader/FrameLoaderTypes.h
@@ -34,6 +34,7 @@ namespace blink {
enum FrameLoadType {
FrameLoadTypeStandard,
FrameLoadTypeBackForward,
+ FrameLoadTypeHistorySameDocument,
Nate Chapin 2015/05/27 16:54:34 If we're going to add a new type here instead of r
clamy 2015/05/29 14:41:50 I went with providing the HistoryLoadType to the l
FrameLoadTypeReload,
FrameLoadTypeSame, // user loads same URL again (but not reload button)
FrameLoadTypeRedirectWithLockedBackForwardList,

Powered by Google App Engine
This is Rietveld 408576698