DescriptionRevert of [Password Manager] Send username correction votes (patchset #20 id:440001 of https://codereview.chromium.org/2747733004/ )
Reason for revert:
Suspect that this is causing browser_tests and interactive_ui_tests failures
Original issue's description:
> [Password Manager] Send username correction votes
>
> If a user changes autofilled username on a form, but the correct username is in |PasswordForm.other_possible_usernames|, send USERNAME vote for the element that contained the correct username.
>
> This CL changes the data structure of |other_possible_usernames| from vector<string> to vector<pair<string, string>>.
>
> The CL updates only one local storage - login_database. We need to receive enough votes, there is no need to cover 100% of Chrome instances. But the results based on the votes would propagated to all instances.
>
> BUG=699530
>
> Review-Url: https://codereview.chromium.org/2747733004
> Cr-Commit-Position: refs/heads/master@{#458788}
> Committed: https://chromium.googlesource.com/chromium/src/+/718d242b21b1964f8a06e79bf00dcce7e073dac7
TBR=mkwst@chromium.org,dvadym@chromium.org,vabr@chromium.org,kolos@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=699530
Patch Set 1 #Messages
Total messages: 7 (2 generated)
|