DescriptionCredential Manager: Pass the correct credential type to the embedder.
Currently, we're passing WebCredential objects; we ought to pass
WebLocalCredential or WebFederatedCredential objects. This patch adds
a '::create' method to WebCredential which constructs the proper type,
given a PlatformCredential, and teaches PlatformCredential to talk about
itself in order to make that type checking possible.
BUG=400674
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183523
Patch Set 1 #
Total comments: 1
Patch Set 2 : Feedback. #Messages
Total messages: 6 (2 generated)
|