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 39bba48da1a09245e9b8cb2416b8350ac98ea4ac..5d430e0b830ff048bab52bf2bbcce994f1e925ee 100644 |
--- a/components/autofill/content/renderer/password_autofill_agent.h |
+++ b/components/autofill/content/renderer/password_autofill_agent.h |
@@ -153,6 +153,7 @@ class PasswordAutofillAgent : public content::RenderFrameObserver { |
bool is_same_page_navigation) override; |
void WillSendSubmitEvent(const blink::WebFormElement& form) override; |
void WillSubmitForm(const blink::WebFormElement& form) override; |
+ void OnDestruct() override; |
// RenderView IPC handlers: |
void OnFillPasswordForm(int key, const PasswordFormFillData& form_data); |