Chromium Code Reviews| Index: app/l10n_util_mac.h |
| =================================================================== |
| --- app/l10n_util_mac.h (revision 32429) |
| +++ app/l10n_util_mac.h (working copy) |
| @@ -63,6 +63,10 @@ |
| const string16& c, |
| const string16& d); |
| +// Support the override of the locale with the value from Cocoa. |
| +void OverrideLocaleWithCocoaLocale(); |
| +const std::string& GetLocaleOverride(); |
| + |
| } // namespace l10n_util |
| #endif // APP_L10N_UTIL_MAC_H_ |