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

Unified Diff: android_webview/native/aw_locale_manager_impl.cc

Issue 2496183002: Use GetDefaultLocaleListString for returning LocaleList (Closed)
Patch Set: change locales to localelist in AWContents.java 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: android_webview/native/aw_locale_manager_impl.cc
diff --git a/android_webview/native/aw_locale_manager_impl.cc b/android_webview/native/aw_locale_manager_impl.cc
index b6230fd8bdb5210b5dbea4ddc1b87cf9bb473eeb..0657c1ec6d4d27cc6eb79461bdb4335832e7a069 100644
--- a/android_webview/native/aw_locale_manager_impl.cc
+++ b/android_webview/native/aw_locale_manager_impl.cc
@@ -18,4 +18,8 @@ std::string AwLocaleManagerImpl::GetLocale() {
return AwContents::GetLocale();
}
+std::string AwLocaleManagerImpl::GetLocaleList() {
+ return AwContents::GetLocaleList();
+}
+
} // namespace android_webview
« no previous file with comments | « android_webview/native/aw_locale_manager_impl.h ('k') | base/android/java/src/org/chromium/base/LocaleUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698