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

Unified Diff: chrome/renderer/autofill/autofill_agent.cc

Issue 7718019: Remove dead WebKit Autofill code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/autofill_agent.cc
diff --git a/chrome/renderer/autofill/autofill_agent.cc b/chrome/renderer/autofill/autofill_agent.cc
index 4440f0dc81387f38cda75304694b554eb6831941..a1fe90a807969f3a9c10438390a3fb8a5fd804db 100644
--- a/chrome/renderer/autofill/autofill_agent.cc
+++ b/chrome/renderer/autofill/autofill_agent.cc
@@ -141,10 +141,6 @@ void AutofillAgent::didAcceptAutofillSuggestion(const WebNode& node,
string16 substring = value;
substring = substring.substr(0, element.maxLength());
element.setValue(substring, true);
-
- WebFrame* webframe = node.document().frame();
- if (webframe)
- webframe->notifiyPasswordListenerOfAutocomplete(element);
} else {
// Fill the values for the whole form.
FillAutofillFormData(node, unique_id, AUTOFILL_FILL);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698