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

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

Issue 76653002: Simplify setting lockBackForwardList() in NavigationScheduler. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/HistoryController.h
diff --git a/Source/core/loader/HistoryController.h b/Source/core/loader/HistoryController.h
index 0392363d6d4ae7a2393954398a32dfc650e98007..a24a5fc317bed683981bd23fdd641d38529c4014 100644
--- a/Source/core/loader/HistoryController.h
+++ b/Source/core/loader/HistoryController.h
@@ -157,7 +157,6 @@ public:
PassRefPtr<HistoryItem> provisionalItemForExport(Frame*);
HistoryItem* currentItem(Frame*) const;
- bool currentItemShouldBeReplaced(Frame*) const;
HistoryItem* previousItem(Frame*) const;
void clearProvisionalEntry();

Powered by Google App Engine
This is Rietveld 408576698