| Index: components/autofill/core/browser/form_structure.cc
|
| diff --git a/components/autofill/core/browser/form_structure.cc b/components/autofill/core/browser/form_structure.cc
|
| index 1cafc630bd1bfe52a9c8b90f3378b3a1953afe71..ed9d228adce0366328790fc8bcac0c0939c7f167 100644
|
| --- a/components/autofill/core/browser/form_structure.cc
|
| +++ b/components/autofill/core/browser/form_structure.cc
|
| @@ -274,6 +274,9 @@ HtmlFieldType FieldTypeFromAutocompleteAttributeValue(
|
| if (autocomplete_attribute_value == "tel-local-suffix")
|
| return HTML_TYPE_TEL_LOCAL_SUFFIX;
|
|
|
| + if (autocomplete_attribute_value == "tel-extension")
|
| + return HTML_TYPE_TEL_EXTENSION;
|
| +
|
| if (autocomplete_attribute_value == "email")
|
| return HTML_TYPE_EMAIL;
|
|
|
|
|