
DCHECK in ProfileSyncService::OnUserChoseDataTypes was being triggered when the user switches "Sync Everything" on or off on the Account Sync settings page because GetDataTypes() returns non user-selectable types and was being passed into OnUserChoseDataTypes as chosen_types. Intersecting with syncer::UserSelectableTypes to avoid this issue. BUG=542935 Review URL: https://codereview.chromium.org/1582183004 Cr-Commit-Position: refs/heads/master@{#370234}
This directory holds code related to the iOS port of Chromium. See https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase for a description of the structure underneath this directory.