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

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

Issue 2236413002: Remove PasswordAutofillAgent::TextFieldDidEndEditing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improved one test Created 4 years, 4 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
Index: components/autofill/content/renderer/autofill_agent.cc
diff --git a/components/autofill/content/renderer/autofill_agent.cc b/components/autofill/content/renderer/autofill_agent.cc
index 0a17887cad474fc5d48518e8cf5ad8aa1f9450dd..42d5bbeddc04c7a71f40abbed35d514c90f032db 100644
--- a/components/autofill/content/renderer/autofill_agent.cc
+++ b/components/autofill/content/renderer/autofill_agent.cc
@@ -331,7 +331,6 @@ void AutofillAgent::FormControlElementClicked(
}
void AutofillAgent::textFieldDidEndEditing(const WebInputElement& element) {
- password_autofill_agent_->TextFieldDidEndEditing(element);
GetAutofillDriver()->DidEndTextFieldEditing();
}

Powered by Google App Engine
This is Rietveld 408576698