Index: components/autofill/core/browser/autofill_manager.cc |
diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc |
index 96f7eb27df315de12b8a11fa014a0ec83fa46e98..80902aa7dd8ee6ab53e60a19fb08e7112eda66a9 100644 |
--- a/components/autofill/core/browser/autofill_manager.cc |
+++ b/components/autofill/core/browser/autofill_manager.cc |
@@ -450,7 +450,8 @@ void AutofillManager::OnQueryFormFieldAutofill(int query_id, |
// hand off what we generated and they will send the results back to the |
// renderer. |
autocomplete_history_manager_->OnGetAutocompleteSuggestions( |
- query_id, field.name, field.value, values, labels, icons, unique_ids); |
+ query_id, field.name, field.value, field.form_control_type, values, |
+ labels, icons, unique_ids); |
} |
void AutofillManager::FillOrPreviewForm( |