| Index: components/autofill/core/browser/password_autofill_manager.h
|
| diff --git a/components/autofill/core/browser/password_autofill_manager.h b/components/autofill/core/browser/password_autofill_manager.h
|
| index ddde78eb0faa337f9a1ef49f98af8daca681e231..c16a8c52b7deb2c2b59ccdb6229e6735bc46e584 100644
|
| --- a/components/autofill/core/browser/password_autofill_manager.h
|
| +++ b/components/autofill/core/browser/password_autofill_manager.h
|
| @@ -36,6 +36,12 @@ class PasswordAutofillManager {
|
| const FormFieldData& username_element,
|
| const PasswordFormFillData& password);
|
|
|
| + // Removes the password suggestion associated with the field |field| and
|
| + // the user name |username_to_remove|. Returns true if the user name and
|
| + // password were removed.
|
| + bool RemovePasswordSuggestion(const FormFieldData& field,
|
| + const base::string16& username_to_remove);
|
| +
|
| // Invoked to clear any page specific cached values.
|
| void Reset();
|
|
|
|
|