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

Unified Diff: android_webview/native/aw_locale_manager_impl.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: 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..935c921b1b5eb90186ff6c2ec46c421dfd6486ac 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 GetLocales() override;
+
private:
DISALLOW_COPY_AND_ASSIGN(AwLocaleManagerImpl);
};

Powered by Google App Engine
This is Rietveld 408576698