[Passwords] ShouldRecoverPasswordsDuringMerge() returns false on Windows
Before this patch: ShouldRecoverPasswordsDuringMerge() checked the feature kDeleteCorruptedPasswords on all platforms to decide whether to try to delete undecryptable passwords during merge. After this patch: The feature is checked only on MacOS. On other platforms, the method always returns false. Change-Id: Icdc621c2b45e91541a088ce2db6f0b32c968a552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1995382 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:Vasilii Sukhanov <vasilii@chromium.org> Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#730209}
Showing
Please register or sign in to comment