[Autofill][States] Use Observer to populate AlternativeStateNameMap if
profile dedupe has already run The profile deduplication is run once every chrome version. Since, AlternativeStateNameMap needs to be populated before running the deduplication logic, it does not make sense to synchronize populating the map every time on browser startup. With this change, AlternativeStateNameMapUpdater would be populating the AlternativeStateNameMap on the browser startup if the profile deduplication logic has already been run for the current chrome version. Bug: 1111960 Change-Id: I2964d292c726083dcde069bf1e2596e723db2679 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632671Reviewed-by:Dominic Battré <battre@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Vidhan Jain <vidhanj@google.com> Cr-Commit-Position: refs/heads/master@{#844547}
Showing
Please register or sign in to comment