* [cr149][Android][Sync] Migrate sync_everything option to per-type on Android Starting from cr149 there is no `Sync Everything` UI option on Android. Android apps which had `Sync Everything` and were updated from cr148 to cr149 cannot modify any types, because of failed `DUMP_WILL_BE_CHECK(!IsSyncEverythingEnabled());` at `SyncUserSettingsImpl::SetSelectedType`. So this commit migrates sync_everything option to per-type on Android. Resolves https://github.com/brave/brave-browser/issues/55862