| commit | 868d893f72ae7bd012b66f149731c3f128d88c05 | [log] [tgz] |
|---|---|---|
| author | Oleh Lamzin <lamzin@google.com> | Tue May 27 15:10:41 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 15:10:41 2025 |
| tree | deb480011d3f3e60583f1848fd4995cde9679149 | |
| parent | d17935a3590fecb83537d3c740f1f69e2d194fb5 [diff] |
rcaps: Move kCountryIDAtInstall into prefs Move country_code::kCountryIDAtInstall into regional_capabilities::prefs namespace. Remove the following functoins in country_code.h: - GetCountryIDFromPrefs as this is not used anymore and to avoid circular deps between regional_capabilities and country_code, - RegisterProfilePrefs also to avoid circular deps between country_code and regional_capabilities. Instead register kCountryIDAtInstall preference in regional_capabilities::prefs::RegisterProfilePrefs. Bug: 417690372 Bug: 328040066 Change-Id: I231711bbae9f546d73f0ad2a286476b12e42fd6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6578124 Reviewed-by: Nicolas Dossou-Gbété <dgn@chromium.org> Commit-Queue: Oleh Lamzin <lamzin@google.com> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Reviewed-by: Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/main@{#1465927}
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.