PasswordFormManager supports multiple drivers
PFM serves potentially multiple frames by providing (auto)fill information for each. That happens through drivers, which are recently one per frame. The PFM only supports one driver so far. This CL makes it handle a queue of drivers until it retrieves the credentials from the store, and then serve each of the associated frames through the drivers. BUG=440438 Review URL: https://codereview.chromium.org/795183002 Cr-Commit-Position: refs/heads/master@{#308065}
Showing
Please register or sign in to comment