Credential Manager: Wire `notifySignedOut` to the PasswordStore.
When `notifySignedOut` is called, we need to ensure that we stop automagically providing a user's credentials to the website that triggered the notification. This CL does that in the brute-force way that we all know and love: grab all forms, walk through each and set a flag for matching origins. BUG=450581 Review URL: https://codereview.chromium.org/902843002 Cr-Commit-Position: refs/heads/master@{#315016}
Showing
Please register or sign in to comment