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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_client_ios.h

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: ios/chrome/browser/ui/autofill/autofill_client_ios.h
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.h b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
index e3e87ba2c0a01c3adee3a88f4e23d781f4576edb..a6262c7d8aad7858db8f8a1c65c00bb91d50f048 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.h
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.h
@@ -92,6 +92,7 @@ class AutofillClientIOS : public AutofillClient {
void OnFirstUserGestureObserved() override;
scoped_refptr<AutofillWebDataService> GetDatabase() override;
bool IsContextSecure(const GURL& form_origin) override;
+ const std::string& GetApplicationLocale() override;
private:
ios::ChromeBrowserState* browser_state_;

Powered by Google App Engine
This is Rietveld 408576698