| 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 5b25ecfabab9796e5c913bdafccb807ba248a5d6..c31478fdb2608fcacfd6d67be4de5c0b235be3b5 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -36,6 +36,9 @@ class TestAutofillClient : public AutofillClient {
|
| IdentityProvider* GetIdentityProvider() override;
|
| rappor::RapporServiceImpl* GetRapporServiceImpl() override;
|
| ukm::UkmService* GetUkmService() override;
|
| +#if !defined(OS_ANDROID)
|
| + SaveCardBubbleController* GetSaveCardBubbleController() override;
|
| +#endif
|
| void ShowAutofillSettings() override;
|
| void ShowUnmaskPrompt(const CreditCard& card,
|
| UnmaskCardReason reason,
|
| @@ -46,6 +49,7 @@ class TestAutofillClient : public AutofillClient {
|
| void ConfirmSaveCreditCardToCloud(
|
| const CreditCard& card,
|
| std::unique_ptr<base::DictionaryValue> legal_message,
|
| + bool should_cvc_be_requested,
|
| const base::Closure& callback) override;
|
| void ConfirmCreditCardFillAssist(const CreditCard& card,
|
| const base::Closure& callback) override;
|
|
|