commit | e14f936095a815ac85df4f8f7773a27187c1a6c4 | [log] [tgz] |
---|---|---|
author | Federica Germinario <fedegermi@google.com> | Fri Sep 29 10:08:41 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 29 10:08:41 2023 |
tree | 415ae721dd11ac7e22a63e86138c1223e2723a01 | |
parent | f54dc0072b703c147c38ad14d486ca11463c1f3f [diff] |
[ios] Move key ActivityBucketLastReportedDate out of NSUserDefaults This CL moves kActivityBucketLastReportedDateKey out of NSUserDefaults. The key has been moved in the PrefService. Note that there are two types of PrefServices, in this case the code has been moved in the PrefService coming from BrowserState which is per account and is syncable between devices. Bug: 1486770 Change-Id: I2308e931e507958b9f1cea9a4fa7dc0011666ca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4803825 Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Federica Germinario <fedegermi@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1203163}
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.