| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 19705)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -703,6 +703,7 @@
|
| // 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
|
|
|