| 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 dec427b726d68dd1cbe6fb288f1ce542f91dc347..3ad10a8c2a5f87b05b4de6c60ca8396019f9a59e 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 base::Closure& save_card_callback) {
|
| }
|
|
|