| Index: chrome/browser/history/history_tab_helper.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_tab_helper.cc (revision 109469)
|
| +++ chrome/browser/history/history_tab_helper.cc (working copy)
|
| @@ -77,14 +77,14 @@
|
| return handled;
|
| }
|
|
|
| -void HistoryTabHelper::DidNavigateMainFramePostCommit(
|
| +void HistoryTabHelper::DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| const ViewHostMsg_FrameNavigate_Params& params) {
|
| // Allow the new page to set the title again.
|
| received_page_title_ = false;
|
| }
|
|
|
| -void HistoryTabHelper::DidNavigateAnyFramePostCommit(
|
| +void HistoryTabHelper::DidNavigateAnyFrame(
|
| const content::LoadCommittedDetails& details,
|
| const ViewHostMsg_FrameNavigate_Params& params) {
|
| // Update history. Note that this needs to happen after the entry is complete,
|
|
|