Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: components/autofill/content/renderer/password_generation_agent.cc

Issue 877193004: [Password Generation] Fix bug where the same form may not compare as equal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/content/renderer/password_generation_agent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « components/autofill/content/renderer/password_generation_agent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698