DescriptionCredential 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
Committed: https://crrev.com/a5b7b8897f016a6f4c12c726eb061e3953e9fbe6
Cr-Commit-Position: refs/heads/master@{#314154}
Patch Set 1 #
Total comments: 5
Patch Set 2 : Feedback. #
Total comments: 2
Patch Set 3 : Feedback. #Patch Set 4 : TODO #Patch Set 5 : UnscopedVectorizing. #
Messages
Total messages: 17 (3 generated)
|