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

Unified Diff: components/autofill/core/browser/test_autofill_client.h

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove std::move 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: components/autofill/core/browser/test_autofill_client.h
diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h
index ea36a9ca3eb4c3b58eb3786147088830698647eb..b980818a44f26ebd0ab830cc1a0b4c9a8725a165 100644
--- a/components/autofill/core/browser/test_autofill_client.h
+++ b/components/autofill/core/browser/test_autofill_client.h
@@ -43,6 +43,13 @@ class TestAutofillClient : public AutofillClient {
const CreditCard& card,
std::unique_ptr<base::DictionaryValue> legal_message,
const base::Closure& callback) override;
+ void ConfirmCreditCardFillAssist(const CreditCard& card,
+ const base::Closure& callback) override;
+#if defined(OS_ANDROID)
+ std::unique_ptr<infobars::InfoBar> CreateCreditCardFillingInfoBar(
+ std::unique_ptr<AutofillCreditCardFillingInfoBarDelegateMobile> delegate)
+ override;
+#endif
void LoadRiskData(
const base::Callback<void(const std::string&)>& callback) override;
bool HasCreditCardScanFeature() override;

Powered by Google App Engine
This is Rietveld 408576698