Chromium Code Reviews

Unified Diff: chrome/browser/ui/views/tabs/base_tab.cc

Issue 6121004: Remove wstring from gfx. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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());
}
« no previous file with comments | « chrome/browser/ui/views/status_bubble_views.cc ('k') | chrome/browser/ui/views/theme_install_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine