[Passwords] Replace PasswordFormManager.new_blacklisted_ with a boolean
Before this patch: PasswordFormManager used own a |new_blacklisted_| form to signal that the current form has been just blacklisted which was getting cleared upon updates in underlying PasswordStore. After this patch: A boolean is introduce to book keep this information until the data are refreshed from the store. Follow up patches will clean things a little bit more to simplify the Save/Update logic. Change-Id: I775b799a90eaf9fd4964848154168f6ba7283dd0 Bug: 1004783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807329Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#698439}
Showing
Please register or sign in to comment