password_manager_util::FindBestMatches: return vector instead of map
FindBestMatches now returns the best matches in a vector, instead of in a map keyed by username. For now, FormFetcher[Impl] still sorts the matches by username; that'll be addressed in followup CLs. Bug: 1011399 Change-Id: I217aa7646bdc9eb9bf8cb2ff244f54f17b4f7a65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844969 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#703679}
Showing
Please register or sign in to comment