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

Unified Diff: android_webview/native/aw_locale_manager_impl.h

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
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | android_webview/native/aw_locale_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_locale_manager_impl.h
diff --git a/android_webview/native/aw_locale_manager_impl.h b/android_webview/native/aw_locale_manager_impl.h
index e0c081ecb74e12c63e96fab26120f11bb605076a..c6d142ef17cffce7f8038e0423710e2f86d94514 100644
--- a/android_webview/native/aw_locale_manager_impl.h
+++ b/android_webview/native/aw_locale_manager_impl.h
@@ -18,6 +18,8 @@ class AwLocaleManagerImpl : public AwLocaleManager {
std::string GetLocale() override;
+ std::string GetLocaleList() override;
+
private:
DISALLOW_COPY_AND_ASSIGN(AwLocaleManagerImpl);
};
« no previous file with comments | « android_webview/native/aw_contents.cc ('k') | android_webview/native/aw_locale_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698