Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2237)

Unified Diff: base/android/locale_utils.h

Issue 2406203002: Use BCP47 compliant format for locale representation (Closed)
Patch Set: BCP 47, change in description Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/android/junit/src/org/chromium/base/LocaleUtilsTest.java ('k') | base/android/locale_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/locale_utils.h
diff --git a/base/android/locale_utils.h b/base/android/locale_utils.h
index b0f3c07ff1795b376eecd8040c53bb9dad6b132b..be68890dfea40cd5841908e0a5393adbb44402c0 100644
--- a/base/android/locale_utils.h
+++ b/base/android/locale_utils.h
@@ -16,8 +16,8 @@ namespace android {
BASE_EXPORT std::string GetDefaultCountryCode();
-// Return the current default locale of the device.
-BASE_EXPORT std::string GetDefaultLocale();
+// Return the current default locale of the device as string.
+BASE_EXPORT std::string GetDefaultLocaleString();
} // namespace android
} // namespace base
« no previous file with comments | « base/android/junit/src/org/chromium/base/LocaleUtilsTest.java ('k') | base/android/locale_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698