Fix parameter in the BulkWeakCheck
This CL fixes a bug in the StartWeakCheck(). The bug was that we passed to BindOnce |base::span| of password forms that were read on another thread. It created a shallow copy of the password forms. Now, we pass to BindOnce a |base::flat_set| of passwords that are deeply copied. Bug: 1119752 Change-Id: I59f32a494e27f2ce50f0e615aabcd14c13f893c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414238 Commit-Queue: Irina Fedorova <irfedorova@google.com> Reviewed-by:Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#807966}
Showing
Please register or sign in to comment