0
Files
src/ios
jyquinn a6e131b465 [Sync] Only pass user-selectable types to OnUserChoseDataTypes
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}
2016-01-20 00:21:00 +00:00
..
2015-12-18 00:40:27 +00:00
2016-01-07 09:43:07 +00:00
2016-01-07 09:43:07 +00:00
2016-01-15 16:47:13 +00:00

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.