commit | 4e88ddfe6001c7d5e040fdda10d77e22737f1bdd | [log] [tgz] |
---|---|---|
author | Federica Germinario <fedegermi@google.com> | Wed Apr 02 08:53:07 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 08:53:07 2025 |
tree | 258fc6739f50933608418b05de2119b9c421ee05 | |
parent | cfec457c3fd45e9a5cd04d46f0621441fb38c0eb [diff] |
[ios] Remove code deprecated in 04/2024 from browserPrefs This change removes code migrating keys: - kSpotlightLastIndexingVersionKey - kSpotlightLastIndexingDateKey And updates migration code of kMixedContentAutoupgradeEnabled because in this case the pref was registered with "true" as default value, so cleaning the pref was resetting it to true. This CL changes the default value to false and updates the deprecation date of the key. Change-Id: I0b9e5aea357a1f256e1b567ca0dffdf9c9369f12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6422222 Commit-Queue: Asami Doi <asamidoi@chromium.org> Reviewed-by: Asami Doi <asamidoi@chromium.org> Auto-Submit: Federica Germinario <fedegermi@google.com> Cr-Commit-Position: refs/heads/main@{#1441404}
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.