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

Unified Diff: android_webview/browser/aw_locale_manager.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
Index: android_webview/browser/aw_locale_manager.h
diff --git a/android_webview/browser/aw_locale_manager.h b/android_webview/browser/aw_locale_manager.h
index 92b883e186500c1c6e901ca62e54d2760d976cca..899629c66794ecfd02a8d55b03cd683b02ab1f1b 100644
--- a/android_webview/browser/aw_locale_manager.h
+++ b/android_webview/browser/aw_locale_manager.h
@@ -19,6 +19,8 @@ class AwLocaleManager {
virtual std::string GetLocale() = 0;
+ virtual std::string GetLocaleList() = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(AwLocaleManager);
};

Powered by Google App Engine
This is Rietveld 408576698