diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h index 0bbaa0b..b92642b 100644 --- a/chrome/browser/tab_contents/tab_contents.h +++ b/chrome/browser/tab_contents/tab_contents.h @@ -703,6 +703,7 @@ class TabContents : public PageNavigator, // Called by OnMsgNavigate to update history state. Overridden by subclasses // that don't want to be added to history. virtual void UpdateHistoryForNavigation(const GURL& display_url, + const NavigationController::LoadCommittedDetails& details, const ViewHostMsg_FrameNavigate_Params& params); // Saves the given title to the navigation entry and does associated work. It |