Revert of Pref service: add support for tracked prefs. (patchset #19 id:570001 of https://codereview.chromium.org/2745563005/ )

Reason for revert:
ProfilePrefStoreManagerTest/ProfilePrefStoreManagerTest.UnprotectedToProtected/1
became flaky shortly after this landed.

BUG=708901

Original issue's description:
> Pref service: add support for tracked prefs.
>
> This:
> - Adds TrackedPersistentPrefStoreConfiguration: a mojo struct containing
>   the necessary state for constructing a PrefStore identical to the one
>   constructed in ProfilePrefStoreManager::CreateProfilePrefStore().
> - Moves the enums used to configure tracked prefs into the mojom.
> - Extracts the creation of tracked pref store from
>   ProfilePrefStoreManager::CreateProfilePrefStore() into
>   prefs::CreateTrackedPersistentPrefStore().
> - Changes prefs::CreatePersistentPrefStore() so an appropriate
>   configuration results in prefs::CreateTrackedPersistentPrefStore()
>   being called to create the backing PrefStore.
>
> BUG=654988
>
> Review-Url: https://codereview.chromium.org/2745563005
> Cr-Commit-Position: refs/heads/master@{#462301}
> Committed: https://chromium.googlesource.com/chromium/src/+/d2e2fed00150274e4a6857c700dcb24f99793bd7

TBR=tibell@chromium.org,bauerb@chromium.org,mbarbella@chromium.org,gab@chromium.org,mlerman@chromium.org,sammc@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=654988

Review-Url: https://codereview.chromium.org/2799043003
Cr-Commit-Position: refs/heads/master@{#462374}
22 files changed