commit | 70c758f6b11c73b69a457e2d5227461388402116 | [log] [tgz] |
---|---|---|
author | jlebel <jlebel@chromium.org> | Mon Mar 07 18:55:29 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 07 18:55:29 2022 |
tree | 5a870f7881e7c5071199c37f24c525d862864eab | |
parent | c411ce6bbba33e4574f70a82a5d81ede471abc98 [diff] |
[iOS] Fix data types issue in SyncSetupService::SetDataTypeEnabled() In SyncSetupService::SetDataTypeEnabled(), this patch replaces: syncer::UserSelectableTypeSet::All() by: SyncUserSettings::GetRegisteredSelectableTypes() Fixed: 1302942 Change-Id: I00bd943637fcaa2b0addafda0ebf8a4c27a4e913 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3506370 Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#978366}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.