| Index: components/autofill/content/renderer/password_generation_agent.cc
|
| diff --git a/components/autofill/content/renderer/password_generation_agent.cc b/components/autofill/content/renderer/password_generation_agent.cc
|
| index 2e141b8c5da8e2589266ee0af10702ad3526b40e..46f5f69737522582afc507e5ef243d5ae253d769 100644
|
| --- a/components/autofill/content/renderer/password_generation_agent.cc
|
| +++ b/components/autofill/content/renderer/password_generation_agent.cc
|
| @@ -155,13 +155,11 @@ void PasswordGenerationAgent::DidFinishDocumentLoad() {
|
| password_generation::EDITING_POPUP_SHOWN);
|
| }
|
| editing_popup_shown_ = false;
|
| -}
|
|
|
| -void PasswordGenerationAgent::OnDynamicFormsSeen() {
|
| FindPossibleGenerationForm();
|
| }
|
|
|
| -void PasswordGenerationAgent::DidFinishLoad() {
|
| +void PasswordGenerationAgent::OnDynamicFormsSeen() {
|
| FindPossibleGenerationForm();
|
| }
|
|
|
|
|