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

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

Issue 1239463005: Replace history.options with history.scrollRestoration attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address review feedback Created 5 years, 5 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/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 81e75d546b53f8a18357f7a2a9ef9c4abed00b04..fdbe07bce59fe4b8d240f352acdd047c3caad13b 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -182,6 +182,7 @@ public:
HistoryItem* currentItem() const { return m_currentItem.get(); }
void saveScrollState();
+ void setScrollRestorationType(HistoryScrollRestorationType);
void restoreScrollPositionAndViewState();

Powered by Google App Engine
This is Rietveld 408576698