Chromium change: https://chromium.googlesource.com/chromium/src/+/127bce846e0dfc3217bc8ec0c0ec886bfe563f71 commit 127bce846e0dfc3217bc8ec0c0ec886bfe563f71 Author: Marc Treib <treib@chromium.org> Date: Wed Oct 20 13:03:23 2021 +0000 Replace outdated 'is_primary' terminology in SyncAccountInfo Before this CL, SyncAccountInfo contained an 'is_primary' flag. This did *not* correspond to IdentityManager's concept of "primary account" and was thus confusing. This CL renames the field to 'is_sync_consented' which matches IdentityManager's terminology. Bug: 1254280