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

Unified Diff: app/l10n_util.h

Issue 597042: Translate: Move label parsing logic into common code. (Closed)
Patch Set: Fix indentation. Created 10 years, 10 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 | « no previous file | app/l10n_util.cc » ('j') | chrome/browser/views/infobars/translate_infobars.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/l10n_util.h
diff --git a/app/l10n_util.h b/app/l10n_util.h
index 8ed7596e2ca8be6e676c98fc32e73a5b3fb64dc0..66b9d233554e6c4116efa1d77b691e01cb9a58b5 100644
--- a/app/l10n_util.h
+++ b/app/l10n_util.h
@@ -155,6 +155,10 @@ std::wstring GetStringF(int message_id,
const std::wstring& a,
const std::wstring& b,
std::vector<size_t>* offsets);
+string16 GetStringFUTF16(int message_id,
+ const string16& a,
+ const string16& b,
+ std::vector<size_t>* offsets);
// Convenience formatters for a single number.
std::wstring GetStringF(int message_id, int a);
« no previous file with comments | « no previous file | app/l10n_util.cc » ('j') | chrome/browser/views/infobars/translate_infobars.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698