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

Unified Diff: Source/web/WebHistoryItem.cpp

Issue 1144383008: Remove HistoryItem::m_frameSequenceNumber, it is unused (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/loader/HistoryItem.cpp ('k') | public/web/WebHistoryItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebHistoryItem.cpp
diff --git a/Source/web/WebHistoryItem.cpp b/Source/web/WebHistoryItem.cpp
index 1c9a75115e6c133199a00952271e751858139780..0d9cf34b801dfb2c8bfb7e74dfa5b8bb544493c0 100644
--- a/Source/web/WebHistoryItem.cpp
+++ b/Source/web/WebHistoryItem.cpp
@@ -159,16 +159,6 @@ void WebHistoryItem::setDocumentSequenceNumber(long long documentSequenceNumber)
m_private->setDocumentSequenceNumber(documentSequenceNumber);
}
-long long WebHistoryItem::frameSequenceNumber() const
-{
- return m_private->frameSequenceNumber();
-}
-
-void WebHistoryItem::setFrameSequenceNumber(long long frameSequenceNumber)
-{
- m_private->setFrameSequenceNumber(frameSequenceNumber);
-}
-
WebHistoryScrollRestorationType WebHistoryItem::scrollRestorationType() const
{
return static_cast<WebHistoryScrollRestorationType>(m_private->scrollRestorationType());
« no previous file with comments | « Source/core/loader/HistoryItem.cpp ('k') | public/web/WebHistoryItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698