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

Unified Diff: third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h

Issue 1415603018: OOPIF: Support session restore by combining/splitting frame states. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up and fix bugs Created 5 years 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
« no previous file with comments | « third_party/WebKit/public/platform/WebHTTPBody.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h
diff --git a/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h b/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h
index 5f074041fcad3d49d58200fc5bcff515c2b4aa56..57711f3581cab09a2be6ad4bc197a08622aaf2a6 100644
--- a/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h
+++ b/third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h
@@ -36,7 +36,8 @@ namespace blink {
// Represents scroll restoration type for history item.
enum WebHistoryScrollRestorationType {
WebHistoryScrollRestorationAuto,
- WebHistoryScrollRestorationManual
+ WebHistoryScrollRestorationManual,
+ Last = WebHistoryScrollRestorationManual
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebHTTPBody.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698