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 647696cd17d0849425a5ba191b8ae85cb5727383..37ea5b59de1100a0fc7cdfe651640e25662d0f6f 100644 |
--- a/components/autofill/core/browser/test_autofill_client.cc |
+++ b/components/autofill/core/browser/test_autofill_client.cc |
@@ -66,6 +66,12 @@ void TestAutofillClient::ConfirmSaveCreditCardToCloud( |
callback.Run(); |
} |
+void TestAutofillClient::ConfirmCreditCardFillAssist( |
+ const CreditCard& card, |
+ const base::Closure& callback) { |
+ callback.Run(); |
+} |
+ |
void TestAutofillClient::LoadRiskData( |
const base::Callback<void(const std::string&)>& callback) { |
callback.Run("some risk data"); |