Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: views/controls/menu/menu_win.cc

Issue 6156001: Remove wstring from l10n_util. Part 8, the last part.... (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/select_file_dialog.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/menu_win.cc
===================================================================
--- views/controls/menu/menu_win.cc (revision 70736)
+++ views/controls/menu/menu_win.cc (working copy)
@@ -407,7 +407,7 @@
if (label.empty() && !delegate()) {
// No label and no delegate; don't add an empty menu.
// It appears under some circumstance we're getting an empty label
- // (l10n_util::GetString(IDS_TASK_MANAGER) returns ""). This shouldn't
+ // (l10n_util::GetStringUTF16(IDS_TASK_MANAGER) returns ""). This shouldn't
// happen, but I'm working over the crash here.
NOTREACHED();
return;
« no previous file with comments | « chrome/browser/ui/views/select_file_dialog.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698