| 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 aec6edf04c4f719ba27eded249e4a7a283072aaa..188742987934fab19962340d0796a2f252925b3b 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -184,8 +184,8 @@ class PasswordAutofillAgent : public content::RenderFrameObserver,
|
| void DidFinishDocumentLoad() override;
|
| void DidFinishLoad() override;
|
| void FrameDetached() override;
|
| - void FrameWillClose() override;
|
| void DidStartProvisionalLoad() override;
|
| + void WillCommitProvisionalLoad() override;
|
| void DidCommitProvisionalLoad(bool is_new_navigation,
|
| bool is_same_page_navigation) override;
|
| void WillSendSubmitEvent(const blink::WebFormElement& form) override;
|
|
|