Revert of Do not haul suggestions back to browser in...
Revert of Do not haul suggestions back to browser in AutofillHostMsg_ShowPasswordSuggestions (patchset #2 id:20001 of https://codereview.chromium.org/688633004/) Reason for revert: caused crashers. see bug 429576 Original issue's description: > Do 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} TBR=gcasto@chromium.org,tsepez@chromium.org,jww@chromium.org,vabr@chromium.org NOTREECHECKS=true NOTRY=true BUG=400186, 377422, 118601 Review URL: https://codereview.chromium.org/695233002 Cr-Commit-Position: refs/heads/master@{#302413}
Showing
Please register or sign in to comment