diff options
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/autofill_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_manager.cc b/chrome/browser/autofill/autofill_manager.cc index 1fd4a3a..e74f6b3 100644 --- a/chrome/browser/autofill/autofill_manager.cc +++ b/chrome/browser/autofill/autofill_manager.cc @@ -605,7 +605,7 @@ void AutoFillManager::GetProfileSuggestions(FormStructure* form, form_fields.push_back((*iter)->type()); } - AutoFillProfile::CreateInferredLabels(&matched_profiles, labels, 0, + AutoFillProfile::CreateInferredLabels(&matched_profiles, labels, 1, type.field_type(), &form_fields); // No icons for profile suggestions. |