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

Unified Diff: android_webview/native/aw_contents.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/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 13de1a4d8097cda6c0d3523db67068800933b960..0f7fc580fa32b7e60a2b8e1156c9081c1764c7d5 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -76,6 +76,8 @@ class AwContents : public FindHelper::Listener,
static std::string GetLocale();
+ static std::string GetLocaleList();
+
AwContents(std::unique_ptr<content::WebContents> web_contents);
~AwContents() override;

Powered by Google App Engine
This is Rietveld 408576698