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

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

Issue 28983004: Split the frame tree logic out of HistoryItem (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 cb0e73bf7e9ce8ddf7a7b72b2960c37b2866361b..05a784eb1de91e39ffeac8dbee0d8d0799baac29 100644
--- a/Source/core/loader/FrameLoaderTypes.h
+++ b/Source/core/loader/FrameLoaderTypes.h
@@ -93,6 +93,11 @@ namespace WebCore {
SameDocumentNavigationPushState,
SameDocumentNavigationReplaceState
};
+
+ enum HistoryLoadType {
+ HistorySameDocumentLoad,
+ HistoryDifferentDocumentLoad
+ };
}
#endif

Powered by Google App Engine
This is Rietveld 408576698