Chromium Code Reviews

Unified Diff: chrome/browser/remoting/remoting_setup_flow.cc

Issue 5989012: Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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/remoting/remoting_setup_flow.cc
===================================================================
--- chrome/browser/remoting/remoting_setup_flow.cc (revision 70282)
+++ chrome/browser/remoting/remoting_setup_flow.cc (working copy)
@@ -165,8 +165,9 @@
bool* out_close_dialog) {
}
-std::wstring RemotingSetupFlow::GetDialogTitle() const {
- return l10n_util::GetString(IDS_REMOTING_SETUP_DIALOG_TITLE);
+std::wstring RemotingSetupFlow::GetDialogTitle() const {
+ return UTF16ToWideHack(
+ l10n_util::GetStringUTF16(IDS_REMOTING_SETUP_DIALOG_TITLE));
}
bool RemotingSetupFlow::IsDialogModal() const {
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc ('k') | chrome/browser/remoting/setup_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine