| commit | 034113c383c93cecdaa66567472df100a19e4cc4 | [log] [tgz] |
|---|---|---|
| author | Norge Vizcay <vizcay@google.com> | Wed Aug 07 21:27:14 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 07 21:27:14 2024 |
| tree | 6ef086ec01e45f6fb2b6fbe81d9dc3cbf97ffef9 | |
| parent | 90c39d3ee82d267ef12344244e359cad1ee16a02 [diff] |
Add country code getter to AddressComponent. There are two main changes in this CL: - A getter for the country code is introduced in AddressComponent to consolidate all the country code calls. - The AddressRewriter API is updated to work with the AddressCountryCode type instead of std::u16string. Bug: 40266145 Change-Id: I0af6f6961a903ab7c5597fe733abf637d319bf5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5766228 Reviewed-by: Jihad Hanna <jihadghanna@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Norge Vizcay <vizcay@google.com> Cr-Commit-Position: refs/heads/main@{#1338655}
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.