| 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 53adfd8c3c76e1629c2ff7d08d7a8964d1c4176b..f008ab6689ff566cc028fa414d31d286fd9dd9d6 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -31,6 +31,9 @@ void TestAutofillClient::HideRequestAutocompleteDialog() {
|
| void TestAutofillClient::ShowAutofillSettings() {
|
| }
|
|
|
| +void TestAutofillClient::ShowUnmaskPrompt() {
|
| +}
|
| +
|
| void TestAutofillClient::ConfirmSaveCreditCard(
|
| const AutofillMetrics& metric_logger,
|
| const base::Closure& save_card_callback) {
|
|
|