Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index f7b71c5e4f2cc6cd4cd23b6e4008d12af1108e21..8a8e8923714cab724e9cddbbfdeb5a64e5bcedf5 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -623,6 +623,12 @@ class TabContents : public PageNavigator, |
bool NavigateToEntry(const NavigationEntry& entry, |
NavigationController::ReloadType reload_type); |
+ // Shifts the history for this tab_contents over by |history_length| entries. |
+ // This is mainly used when a prerendered page is swapped into the current |
+ // tab. |
+ void ShiftHistory(int history_length); |
+ |
+ |
// Misc non-view stuff ------------------------------------------------------- |
// Helper functions for sending notifications. |