| Index: components/autofill/core/browser/phone_field.cc
|
| diff --git a/components/autofill/core/browser/phone_field.cc b/components/autofill/core/browser/phone_field.cc
|
| index ef815d6603a22057aeb84edf7d07750445daf4a4..0044fcc9fa2b8197713f0256d5e2eb4cc7b5f127 100644
|
| --- a/components/autofill/core/browser/phone_field.cc
|
| +++ b/components/autofill/core/browser/phone_field.cc
|
| @@ -247,10 +247,9 @@ void PhoneField::AddClassifications(
|
| }
|
|
|
| if (parsed_phone_fields_[FIELD_EXTENSION]) {
|
| - // TODO(crbug.com/589211): Change from UNKNOWN_TYPE to the proper
|
| - // ServerFieldType once the new phone suffix is checked in.
|
| - AddClassification(parsed_phone_fields_[FIELD_EXTENSION], UNKNOWN_TYPE,
|
| - kBasePhoneParserScore, field_candidates);
|
| + AddClassification(parsed_phone_fields_[FIELD_EXTENSION],
|
| + PHONE_HOME_EXTENSION, kBasePhoneParserScore,
|
| + field_candidates);
|
| }
|
| }
|
|
|
|
|