[Sync] Split model association into multiple UI tasks
UI datatypes perform model association synchronously without any chance of intervening tasks. This change posts the association task for each datatype, allowing other work to intervene, both reducing jank as well as allowing OOM warnings to be processed on platforms that support them. BUG=458406 Review URL: https://codereview.chromium.org/1024223002 Cr-Commit-Position: refs/heads/master@{#321859}
Showing
Please register or sign in to comment