DescriptionCredential Manager: Refactor password_manager::CredentialManagerClient.
password_manager::CredentialManagerClient was a RenderProcessObserver,
and sent messages via RenderThread. This couldn't possibly have ever
worked; the messages it sent were simply dropped on the floor.
After this patch, it's a RenderViewObserver and its messages
successfully land in the ChromePasswordManagerClient, just as they
ought to.
BUG=400674
Committed: https://crrev.com/4ea2bcacd49f172b9e49a1b2aea112ad04512687
Cr-Commit-Position: refs/heads/master@{#292932}
Patch Set 1 #Patch Set 2 : GN. #
Total comments: 1
Patch Set 3 : Explicit. #Messages
Total messages: 8 (2 generated)
|