Chromium Code Reviews| Index: ui/base/l10n/l10n_util.h |
| diff --git a/ui/base/l10n/l10n_util.h b/ui/base/l10n/l10n_util.h |
| index 21ca83a3b18083ab9973cd38c538317b55d160ef..16721b8402ccedfeb219932d000ab6c0b0078356 100644 |
| --- a/ui/base/l10n/l10n_util.h |
| +++ b/ui/base/l10n/l10n_util.h |
| @@ -21,6 +21,11 @@ |
| namespace l10n_util { |
| +// Returns true if a display name for |locale| is available in the locale |
| +// |display_locale|. |
| +bool IsLocaleNameTranslated(const std::string& locale, |
|
Takashi Toyoshima
2013/05/21 11:11:43
UI_EXPORT
hajimehoshi
2013/05/22 04:19:27
Done.
|
| + const std::string& display_locale); |
| + |
| // This method is responsible for determining the locale as defined below. In |
| // nearly all cases you shouldn't call this, rather use GetApplicationLocale |
| // defined on browser_process. |