Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: components/autofill/core/common/password_form_fill_data.cc

Issue 2760353003: [Password Manager] Don't send |UsernameCorrection| in |PasswordFormFillData| to the renderer (Closed)
Patch Set: Removed commented code. Added bug number to the UsernamesCollection declaration Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/core/common/password_form_fill_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
}
}
« no previous file with comments | « components/autofill/core/common/password_form_fill_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698