| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc (revision 114022)
|
| +++ chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc (working copy)
|
| @@ -532,7 +532,8 @@
|
| if (!title.empty()) {
|
| string16 localized_title = title;
|
| base::i18n::AdjustStringForLocaleDirection(&localized_title);
|
| - result.append(ui::ElideText(localized_title, tt_font, max_width, false));
|
| + result.append(ui::ElideText(localized_title, tt_font, max_width,
|
| + ui::ELIDE_AT_END));
|
| }
|
|
|
| // Only show the URL if the url and title differ.
|
|
|