| commit | 0decb45da1de0376c509adbb990d26f09ea26ea5 | [log] [tgz] |
|---|---|---|
| author | Federica Germinario <fedegermi@google.com> | Wed Oct 25 12:16:54 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 12:16:54 2023 |
| tree | c0f50539a25700853e0d70176ab232469ddbcabd | |
| parent | f2485625c224326e4efe43168162f0d228719443 [diff] |
[ios] Move LastUsedFeedForGoodVisits key out of NSUserDefaults This CL moves LastUsedFeedForGoodVisits out of NSUserDefaults. The key has been moved in the PrefService. Note that there are two types of PrefServices, in this case the code was moved in the PrefService coming from BrowserState which is per account and is syncable between devices. Note that this kind of PrefService behaves differently from NSUserDefaults which is per device (and not per account). Bug: 1486770 Change-Id: Ia7beacd29e39282f97e1539f195d26b923ef22ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4966482 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Federica Germinario <fedegermi@google.com> Reviewed-by: Mark Cogan <marq@chromium.org> Reviewed-by: Asami Doi <asamidoi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1214770}
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.