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

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

Issue 1159723003: Don't reuse HistoryItems for multiple navigations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 5 years, 7 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/HistoryItem.h
diff --git a/Source/core/loader/HistoryItem.h b/Source/core/loader/HistoryItem.h
index 0124836de665cbf7ea7c0800070147b0f66df0ba..00714f47731f8b6c5805bb95ad528a960921fc25 100644
--- a/Source/core/loader/HistoryItem.h
+++ b/Source/core/loader/HistoryItem.h
@@ -53,11 +53,6 @@ public:
}
~HistoryItem();
- // Used when the frame this item represents was navigated to a different
- // url but a new item wasn't created.
- void generateNewItemSequenceNumber();
- void generateNewDocumentSequenceNumber();
-
const String& urlString() const;
KURL url() const;
@@ -71,7 +66,6 @@ public:
void setPinchViewportScrollPoint(const FloatPoint&);
const IntPoint& scrollPoint() const;
void setScrollPoint(const IntPoint&);
- void clearScrollPoint();
float pageScaleFactor() const;
void setPageScaleFactor(float);

Powered by Google App Engine
This is Rietveld 408576698