commit | e470d793ed330c388a0b7c14f4e95af27b999cb3 | [log] [tgz] |
---|---|---|
author | Federica Germinario <fedegermi@google.com> | Thu Apr 17 13:26:24 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 17 13:26:24 2025 |
tree | 9aec5bddfe5f5901252250228b31c5e228e2bb4d | |
parent | f1c241a62d14410248dc28730c4cf6cef00fa381 [diff] |
[ios] Update ClearOutdatedIcons to support multiple profiles This CL fixes an issue with multiprofile enabled where ClearOutdatedIcons is clearing from disk all icons not needed in that profile but that data could be still needed in another one. The solution consists in retrieving url needed for all profiles from NSUserDefault key kSuggestedItemsForMultiprofile and to add all URLs used by all profiles to Set allowed_files_name. It also replaces string "content" with "shortcuts" because content is the old name of shortcuts widget. Fixed: 410336678 Change-Id: Ic000fdc6dba6191edd0d5fdd5bf96b21b38d3e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6464031 Commit-Queue: Mark Cogan <marq@chromium.org> Auto-Submit: Federica Germinario <fedegermi@google.com> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1448271}
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.