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

Unified Diff: base/android/locale_utils.h

Issue 2496183002: Use GetDefaultLocaleListString for returning LocaleList (Closed)
Patch Set: extract setLocale method, since configuration.getLocales() returns the same as LocaleUtils.getDefau… Created 4 years, 1 month 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
Index: base/android/locale_utils.h
diff --git a/base/android/locale_utils.h b/base/android/locale_utils.h
index be68890dfea40cd5841908e0a5393adbb44402c0..1a49ce6faddb51b2e2ffa9490cf7ef84ac98ad66 100644
--- a/base/android/locale_utils.h
+++ b/base/android/locale_utils.h
@@ -18,6 +18,7 @@ BASE_EXPORT std::string GetDefaultCountryCode();
// Return the current default locale of the device as string.
BASE_EXPORT std::string GetDefaultLocaleString();
+BASE_EXPORT std::string GetDefaultLocaleListString();
Seigo Nonaka 2016/11/15 05:15:59 Who uses this function? If nobody uses now, let's
Yirui Huang 2016/11/16 00:23:45 Removed. This will be used once webview is fully r
} // namespace android
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698