| Index: chrome/browser/ui/views/tabs/base_tab.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/base_tab.cc (revision 71043)
|
| +++ chrome/browser/ui/views/tabs/base_tab.cc (working copy)
|
| @@ -406,7 +406,7 @@
|
| Browser::FormatTitleForDisplay(&title);
|
| }
|
|
|
| - canvas->DrawStringInt(UTF16ToWideHack(title), *font_, title_color,
|
| + canvas->DrawStringInt(title, *font_, title_color,
|
| title_bounds().x(), title_bounds().y(),
|
| title_bounds().width(), title_bounds().height());
|
| }
|
|
|