| Index: components/password_manager/core/browser/password_autofill_manager.cc
|
| diff --git a/components/password_manager/core/browser/password_autofill_manager.cc b/components/password_manager/core/browser/password_autofill_manager.cc
|
| index e0a57cd328e58f5392102fc34ab546e118ecae4c..d585a4778b187c4dcb378bf35e58cdc45e316c02 100644
|
| --- a/components/password_manager/core/browser/password_autofill_manager.cc
|
| +++ b/components/password_manager/core/browser/password_autofill_manager.cc
|
| @@ -218,6 +218,14 @@ void PasswordAutofillManager::DidAcceptSuggestion(const base::string16& value,
|
| autofill_client_->HideAutofillPopup();
|
| }
|
|
|
| +bool PasswordAutofillManager::GetDeletionConfirmationText(
|
| + const base::string16& value,
|
| + int identifier,
|
| + base::string16* title,
|
| + base::string16* body) {
|
| + return false;
|
| +}
|
| +
|
| bool PasswordAutofillManager::RemoveSuggestion(const base::string16& value,
|
| int identifier) {
|
| // http://crbug.com/329038
|
|
|