summaryrefslogtreecommitdiffstats
path: root/app/l10n_util_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/l10n_util_mac.h')
-rw-r--r--app/l10n_util_mac.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/l10n_util_mac.h b/app/l10n_util_mac.h
index 87ccb05..995d191 100644
--- a/app/l10n_util_mac.h
+++ b/app/l10n_util_mac.h
@@ -63,6 +63,10 @@ NSString* GetNSStringFWithFixup(int message_id,
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_