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

Unified Diff: components/autofill/core/browser/test_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: components/autofill/core/browser/test_autofill_client.cc
diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
index 8103f9da98464dcb36f55fdd270e62dd918beb35..a4591c226a0a3f1ac7b5684d133ed5329a414810 100644
--- a/components/autofill/core/browser/test_autofill_client.cc
+++ b/components/autofill/core/browser/test_autofill_client.cc
@@ -123,4 +123,8 @@ bool TestAutofillClient::IsContextSecure(const GURL& form_origin) {
return is_context_secure_;
}
+const std::string& TestAutofillClient::GetApplicationLocale() {
+ return fake_locale_;
+}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698