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

Unified Diff: public/web/WebHistoryItem.h

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/web/WebHistoryItem.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebHistoryItem.h
diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
index a74cd82105a599c42d7a0ac2c93570593a1754d5..ad645456ad516fcfc42aa8c02b36a51cbfc47fde 100644
--- a/public/web/WebHistoryItem.h
+++ b/public/web/WebHistoryItem.h
@@ -102,9 +102,6 @@ public:
BLINK_EXPORT long long documentSequenceNumber() const;
BLINK_EXPORT void setDocumentSequenceNumber(long long);
- BLINK_EXPORT long long frameSequenceNumber() const;
- BLINK_EXPORT void setFrameSequenceNumber(long long);
-
BLINK_EXPORT WebHistoryScrollRestorationType scrollRestorationType() const;
BLINK_EXPORT void setScrollRestorationType(WebHistoryScrollRestorationType);
« no previous file with comments | « Source/web/WebHistoryItem.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698