| 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 fdcb645f33c65d246bbd4289c8c8a7873f3433cc..c633e3c9ad1b05c83343a5e8428ec84a4122faf0 100644
|
| --- a/chrome/browser/history/history_tab_helper.cc
|
| +++ b/chrome/browser/history/history_tab_helper.cc
|
| @@ -48,8 +48,7 @@ void HistoryTabHelper::UpdateHistoryForNavigation(
|
| void HistoryTabHelper::UpdateHistoryPageTitle(const NavigationEntry& entry) {
|
| history::HistoryService* hs = GetHistoryService();
|
| if (hs)
|
| - hs->SetPageTitle(entry.GetVirtualURL(),
|
| - entry.GetTitleForDisplay(std::string()));
|
| + hs->SetPageTitle(entry.GetVirtualURL(), entry.GetTitleForDisplay());
|
| }
|
|
|
| history::HistoryAddPageArgs
|
|
|