| Index: chrome/browser/external_tab_container_win.cc
|
| diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
|
| index 59950d1a4ff754bc85e9dc8fed86158b5a75e4a2..c483a7845451d57d356f6d4cfb4b17866de0a168 100644
|
| --- a/chrome/browser/external_tab_container_win.cc
|
| +++ b/chrome/browser/external_tab_container_win.cc
|
| @@ -884,9 +884,7 @@ bool ExternalTabContainer::InitNavigationInfo(NavigationInfo* nav_info,
|
| tab_contents_->controller().GetCurrentEntryIndex();
|
| nav_info->url = entry->url();
|
| nav_info->referrer = entry->referrer();
|
| - // TODO(evan): use directionality of title.
|
| - // http://code.google.com/p/chromium/issues/detail?id=27094
|
| - nav_info->title = UTF16ToWideHack(entry->title().string());
|
| + nav_info->title = UTF16ToWideHack(entry->title());
|
| if (nav_info->title.empty())
|
| nav_info->title = UTF8ToWide(nav_info->url.spec());
|
|
|
|
|