| commit | 7a20f2356db76b4739b685933a893078d3ebb54c | [log] [tgz] |
|---|---|---|
| author | Benjamin Williams <bwwilliams@google.com> | Wed Oct 15 12:11:58 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 15 12:11:58 2025 |
| tree | 3b0de0d9e1362610719cfd039246bce122156631 | |
| parent | 2cf4d39875b69287049459647ae41974df39ab4c [diff] |
[iOS] Refactor VerifyLocalStatePrefsMigration This change refactors the BrowserPrefsTest::VerifyLocalStatePrefsMigration unit test into smaller, more focused tests. The original test's name was misleading, as it covered not only local-state pref migrations but also profile-level migrations, pref renaming, and pref cleanup. This refactoring improves clarity and simplifies debugging by dedicating separate tests to each of these functions. Fixed: 452005078 Change-Id: If276dec56d377f8ebe092b549c850770658a0432 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7041503 Reviewed-by: Federica Germinario <fedegermi@google.com> Reviewed-by: Mark Cogan <marq@chromium.org> Commit-Queue: Benjamin Williams <bwwilliams@google.com> Cr-Commit-Position: refs/heads/main@{#1530112}
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.