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

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

Issue 669013002: Remove BackForwardClient, cleanup starting a history navigation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/NavigationScheduler.h
diff --git a/Source/core/loader/NavigationScheduler.h b/Source/core/loader/NavigationScheduler.h
index e261c7cd313ee4cc2056d0e5ff818f1e0d5f1211..ff729a00e33328fbceb6d61b643688d496e9bb10 100644
--- a/Source/core/loader/NavigationScheduler.h
+++ b/Source/core/loader/NavigationScheduler.h
@@ -81,7 +81,6 @@ public:
void schedulePageBlock(Document*);
void scheduleFormSubmission(PassRefPtrWillBeRawPtr<FormSubmission>);
void scheduleReload();
- void scheduleHistoryNavigation(int steps);
void startTimer();
void cancel();

Powered by Google App Engine
This is Rietveld 408576698