DescriptionDo not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSuggestions
Currently, PasswordAutofillAgent (in renderer) prepares password autofill suggestions for PasswordAutofillManager (in browser) and sends them via IPC.
But the manager has the data to generate the suggestions itself, so this CL makes it derive the suggestions from that data instead of hauling it through IPC.
This CL also adds one more test case to the PasswordAutofillManager unittest, to compensate for the coverage lost in the PasswordAutofillAgent browsertest by moving some logic out of the agent to the manager.
BUG=400186, 377422, 118601
Committed: https://crrev.com/86cc798cc2947dd88aa73505d716f93538dffa5b
Cr-Commit-Position: refs/heads/master@{#302245}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Comments removed, iterator renamed #
Total comments: 1
Messages
Total messages: 13 (3 generated)
|