Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / loader / FrameLoaderTypes.h
index 1322bc8..b2af42f 100644 (file)
@@ -88,8 +88,7 @@ enum LoadStartType {
 
 enum SameDocumentNavigationSource {
     SameDocumentNavigationDefault,
-    SameDocumentNavigationPushState,
-    SameDocumentNavigationReplaceState
+    SameDocumentNavigationHistoryApi,
 };
 
 enum ClientRedirectPolicy {
@@ -109,6 +108,10 @@ enum HistoryCommitType {
     HistoryInertCommit
 };
 
+enum UpdateBackForwardListPolicy {
+    UpdateBackForwardList,
+    DoNotUpdateBackForwardList
+};
 }
 
 #endif