| 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 71b6b02b6e99652330c8791b2b4f3b27ec184fe3..14becc9a4a3f8125a52e57a84ff796972664eebc 100644
 | 
| --- a/chrome/browser/history/history_tab_helper.cc
 | 
| +++ b/chrome/browser/history/history_tab_helper.cc
 | 
| @@ -36,7 +36,7 @@ void HistoryTabHelper::UpdateHistoryForNavigation(
 | 
|  void HistoryTabHelper::UpdateHistoryPageTitle(const NavigationEntry& entry) {
 | 
|    HistoryService* hs = GetHistoryService();
 | 
|    if (hs)
 | 
| -    hs->SetPageTitle(entry.virtual_url(), entry.title());
 | 
| +    hs->SetPageTitle(entry.virtual_url(), entry.GetTitleForDisplay(""));
 | 
|  }
 | 
|  
 | 
|  scoped_refptr<history::HistoryAddPageArgs>
 | 
| 
 |