| Index: ui/base/l10n/l10n_util.h
|
| diff --git a/ui/base/l10n/l10n_util.h b/ui/base/l10n/l10n_util.h
|
| index d7753365d003a896aa03bc504132c53f09afeadc..57793ec8d2e1420151f0370c6227a6a5855f718e 100644
|
| --- a/ui/base/l10n/l10n_util.h
|
| +++ b/ui/base/l10n/l10n_util.h
|
| @@ -20,6 +20,10 @@
|
| #endif // OS_MACOSX
|
|
|
| namespace l10n_util {
|
| +// This method translates a generic locale name to one of the locally defined
|
| +// ones. This method returns true if it succeeds.
|
| +UI_EXPORT bool CheckAndResolveLocale(const std::string& locale,
|
| + std::string* resolved_locale);
|
|
|
| // This method is responsible for determining the locale as defined below. In
|
| // nearly all cases you shouldn't call this, rather use GetApplicationLocale
|
|
|