Credential Manager: Introduce PendingRequestTask.
Currently, CredentialManagerDispatcher is a PasswordStoreObserver, and handles responses from `request()` directly. We can't do that going forward, as we also need to handle responses when dealing with (at least) `notifySignedOut()`. This patch splits the password store observer functionality out into a new `PendingRequestTask` class, with the intent of introducing `PendingSignedOutTask`, etc. classes in the future. BUG=450581 R=vabr@chromium.org Review URL: https://codereview.chromium.org/886793002 Cr-Commit-Position: refs/heads/master@{#314154}
Showing
Please register or sign in to comment