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

Unified Diff: chrome/browser/ui/autofill/chrome_autofill_client.cc

Issue 1582353006: CountryNames: Separate data creation from usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@571610_exposeCountryNamesToTesting
Patch Set: More Android fixes Created 4 years, 11 months 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: chrome/browser/ui/autofill/chrome_autofill_client.cc
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc
index 437886c1e99dd6b25284a8484f99f5032937d3fa..1007a7192893375126e5e9672c397d923f98107e 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.cc
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc
@@ -389,4 +389,8 @@ bool ChromeAutofillClient::IsContextSecure(const GURL& form_origin) {
ssl_status.content_status == content::SSLStatus::NORMAL_CONTENT;
}
+const std::string& ChromeAutofillClient::GetApplicationLocale() {
+ return g_browser_process->GetApplicationLocale();
+}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698