| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| index 2ee3dc2d740721d11fc2235ab8c2f419300b4c89..e1a4d9b16554add43aa440bc83e1bdf086a48e3c 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -2448,6 +2448,14 @@ void AutofillDialogControllerImpl::DidAcceptSuggestion(
|
| HidePopup();
|
| }
|
|
|
| +bool AutofillDialogControllerImpl::GetDeletionConfirmationText(
|
| + const base::string16& value,
|
| + int identifier,
|
| + base::string16* title,
|
| + base::string16* body) {
|
| + return false;
|
| +}
|
| +
|
| bool AutofillDialogControllerImpl::RemoveSuggestion(
|
| const base::string16& value,
|
| int identifier) {
|
|
|