| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| index 72ad5b02f1c932188afa3b97b51ecbbbac607f3b..235cf8596ddee4788d553f48a57d12f750b9428f 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -116,6 +116,7 @@ class PasswordAutofillAgent : public content::RenderViewObserver {
|
|
|
| // RenderView IPC handlers:
|
| void OnFillPasswordForm(const PasswordFormFillData& form_data);
|
| + void OnRemovePasswordSuggestion(const PasswordForm& password_form);
|
|
|
| // Scans the given frame for password forms and sends them up to the browser.
|
| // If |only_visible| is true, only forms visible in the layout are sent.
|
|
|