Index: components/autofill/core/common/password_form_fill_data.cc |
diff --git a/components/autofill/core/common/password_form_fill_data.cc b/components/autofill/core/common/password_form_fill_data.cc |
index a75d9c5e3cac79f8def31eabcda66818e77f9434..e53c160b3bec89a38ab71e47146471e8e38e3048 100644 |
--- a/components/autofill/core/common/password_form_fill_data.cc |
+++ b/components/autofill/core/common/password_form_fill_data.cc |
@@ -84,8 +84,6 @@ void InitPasswordFormFillData( |
if (it.second->is_public_suffix_match || |
it.second->is_affiliation_based_match) |
key.realm = it.second->signon_realm; |
- result->other_possible_usernames[key] = |
- it.second->other_possible_usernames; |
} |
} |
} |