Credential Manager: Switch 'request()' to GetAutofillableLogins().
This patch changes the CredentialManagerDispatcher implementation of 'request()' to grab all the credentials from the PasswordStore, rather than just those that match the origin of the currently committed WebContents. This change is the first step towards supporting federations. Rather than doing multiple requests to the PasswordStore for the current origin, and each of the federation origins, we'll grab everything, and filter the result list before handing it back to the UI for display. BUG=400674 Review URL: https://codereview.chromium.org/802303002 Cr-Commit-Position: refs/heads/master@{#308362}
Showing
Please register or sign in to comment