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

Unified Diff: third_party/WebKit/Source/web/WebHistoryItem.cpp

Issue 2710063002: Revert of Add DidSaveScrollOrScaleState flag to prevent restoreScrollPosition... (Closed)
Patch Set: rebase update Created 3 years, 8 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: third_party/WebKit/Source/web/WebHistoryItem.cpp
diff --git a/third_party/WebKit/Source/web/WebHistoryItem.cpp b/third_party/WebKit/Source/web/WebHistoryItem.cpp
index 232f239f9f2b72672e3ce6472e74302f52bf5d84..229b81f4434df026ae4e4d4a33e9ef451ab9f079 100644
--- a/third_party/WebKit/Source/web/WebHistoryItem.cpp
+++ b/third_party/WebKit/Source/web/WebHistoryItem.cpp
@@ -201,15 +201,6 @@ WebVector<WebString> WebHistoryItem::GetReferencedFilePaths() const {
return results;
}
-bool WebHistoryItem::DidSaveScrollOrScaleState() const {
- return private_->DidSaveScrollOrScaleState();
-}
-
-void WebHistoryItem::SetDidSaveScrollOrScaleState(
- bool has_save_scroll_or_scale_state) {
- private_->SetDidSaveScrollOrScaleState(has_save_scroll_or_scale_state);
-}
-
WebHistoryItem::WebHistoryItem(HistoryItem* item) : private_(item) {}
WebHistoryItem& WebHistoryItem::operator=(HistoryItem* item) {
« no previous file with comments | « third_party/WebKit/Source/core/loader/HistoryItem.cpp ('k') | third_party/WebKit/public/web/WebHistoryItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698