Run autofill-profile de-dupe after sync starts if sync is enabled.
This CL updates the PersonalDataManager to run autofill profile
de-duplication (if enabled) at the appropriate time, depending on
whether autofill profile sync is enabled.
If sync is not enabled, profile de-duplication is run after the
data is initially loaded.
If sync is enabled, profild de-duplication is run after the sync
first becomes active.
In all cases, de-duplication is only run once for a given version
of chromium.
BUG=
627519
R=sebsg@chromium.org,
mathp@chromium.org
Committed:
https://crrev.com/d594dc5f82b5836f5f0b4ba8d52b8563ff3c2f27
Cr-Commit-Position: refs/heads/master@{#406026}