| Index: chrome/installer/util/l10n_string_util.cc
|
| diff --git a/chrome/installer/util/l10n_string_util.cc b/chrome/installer/util/l10n_string_util.cc
|
| index 8a51868d4c39cdbb7fd469b0f4dde60f44e87d05..4c7426b1afc31d1419697d6f6e74304a1e9be618 100644
|
| --- a/chrome/installer/util/l10n_string_util.cc
|
| +++ b/chrome/installer/util/l10n_string_util.cc
|
| @@ -78,4 +78,8 @@ std::wstring GetLocalizedEulaResource() {
|
| return url_path;
|
| }
|
|
|
| +std::wstring GetCurrentTranslation() {
|
| + return GetLanguageSelector().selected_translation();
|
| +}
|
| +
|
| } // namespace installer
|
|
|