| Index: components/autofill/core/browser/autofill_profile.cc
|
| diff --git a/components/autofill/core/browser/autofill_profile.cc b/components/autofill/core/browser/autofill_profile.cc
|
| index e055fa6c349125eae49f82edf41becaebc7d33ca..a8098d1fd2ab98f87b8f47ea88b84b7e8cdd76f2 100644
|
| --- a/components/autofill/core/browser/autofill_profile.cc
|
| +++ b/components/autofill/core/browser/autofill_profile.cc
|
| @@ -292,6 +292,7 @@ AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) {
|
| return *this;
|
| }
|
|
|
| +// TODO(crbug.com/589535): Disambiguate similar field types before uploading.
|
| void AutofillProfile::GetMatchingTypes(
|
| const base::string16& text,
|
| const std::string& app_locale,
|
|
|