commit | 183a46dbed1d6d3f4c4799afad4cc1d0574c9a6b | [log] [tgz] |
---|---|---|
author | Federica Germinario <fedegermi@google.com> | Wed Dec 11 19:51:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 19:51:40 2024 |
tree | b76baf0163fadc56778997ad85b3e50f7489b54d | |
parent | 3a33dbaecb55f6bbb2b09097337ca2ec4ced982b [diff] |
[ios] Store key kAccountsOnDevice using GetGroupUserDefaults() This CL moves key kAccountsOnDevice to: app_group::GetGroupUserDefaults() This inits NSUserDefaults using AppGroupHelper which is a pure Objective-C interface for app group functionality that can be included in Swift extensions via bridging headers. This is needed because the key will be used for widgets which are implemented using Swift. Bug: 380847504 Change-Id: I87808e99533b8d11828f2111360bb4b9a9cfca8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080439 Commit-Queue: Federica Germinario <fedegermi@google.com> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1395015}
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.