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

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

Issue 11299323: [imperative autofill] handle filling in <select> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo fix Created 8 years 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: chrome/renderer/autofill/autofill_agent.cc
diff --git a/chrome/renderer/autofill/autofill_agent.cc b/chrome/renderer/autofill/autofill_agent.cc
index 0cd157b06a659d532965ce52b4fc34a7f48fb658..5caa316ab7dc4156f2f3f7c28488a8ca359ed70b 100644
--- a/chrome/renderer/autofill/autofill_agent.cc
+++ b/chrome/renderer/autofill/autofill_agent.cc
@@ -220,7 +220,7 @@ void AutofillAgent::didRequestAutocomplete(WebKit::WebFrame* frame,
!WebFormElementToFormData(form,
WebFormControlElement(),
REQUIRE_AUTOCOMPLETE,
- EXTRACT_NONE,
+ EXTRACT_OPTIONS,
&form_data,
NULL)) {
WebFormElement(form).finishRequestAutocomplete(

Powered by Google App Engine
This is Rietveld 408576698