Index: chrome/browser/history/history_tab_helper.cc |
diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc |
index f0f796072068496054e32f73bbb6c6428c58fc3c..8a40bf4eeb3b5ddc3464d5ee9b7d9b1ce52b410f 100644 |
--- a/chrome/browser/history/history_tab_helper.cc |
+++ b/chrome/browser/history/history_tab_helper.cc |
@@ -84,6 +84,7 @@ void HistoryTabHelper::DidNavigateMainFrame( |
} |
void HistoryTabHelper::DidNavigateAnyFrame( |
+ content::RenderFrameHost* render_frame_host, |
const content::LoadCommittedDetails& details, |
const content::FrameNavigateParams& params) { |
// Update history. Note that this needs to happen after the entry is complete, |