Update PasswordManager when a relevant credential is removed by the user.
Before this CL this behavior is possible: - a credential is autofilled. - user removes the credential via settings or "Manage passwords" bubble. - user clicks "Login" or reloads the page. In other words makes an action that we consider a successful form submission. - password manager updates the credential in the store by reviving it. After this CL the password manager is informed as soon as the password is removed. Thus, the copy of the credential in the memory should go away. Bug: 821763,841853 Change-Id: If6c371312a9ed55217f5998989dd0457296a538a Reviewed-on: https://chromium-review.googlesource.com/1064118Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#559539}
Showing
Please register or sign in to comment