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

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

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed more comments Created 4 years, 5 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.mm
diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
index 68bc3bdf2e4e154a74951d4c43a06c32104809f1..ebcb1da13630d5f01d3270843f7549876e23820a 100644
--- a/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.mm
@@ -109,6 +109,12 @@ void AutofillClientIOS::ConfirmSaveCreditCardToCloud(
true, card, std::move(legal_message), callback))));
}
+void AutofillClientIOS::ConfirmCreditCardFillAssist(
+ const CreditCard& card,
+ const base::Closure& callback) {
+ NOTREACHED();
+}
+
void AutofillClientIOS::LoadRiskData(
const base::Callback<void(const std::string&)>& callback) {
callback.Run(ios::GetChromeBrowserProvider()->GetRiskData());

Powered by Google App Engine
This is Rietveld 408576698