commit | 18fbb0a20960e55bf1d964dbc0c5d59adff6525c | [log] [tgz] |
---|---|---|
author | Norge Vizcay <vizcay@google.com> | Fri Feb 16 13:43:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 16 13:43:33 2024 |
tree | b0c958afa91bc8bb34df89dc4bd035321616469f | |
parent | 0a1e6b148962f860e61eab1181534e846c42336f [diff] |
Add sync support for IN field types. We recently introduced a new custom address model For India guarded by the feature flag `kAutofillUseINAddressModel`. The new model introduced a new storable field type ADDRESS_HOME_STREET_LOCATION_AND_LOCALITY. This CL includes the new type in sync and tests syncing an IN address profile. Bug: b/41489895 Change-Id: I99fd675c1c30fd7e0dc4bfaa75811815db5ef35a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5300217 Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Commit-Queue: Norge Vizcay <vizcay@google.com> Reviewed-by: Ankush Singh <ankushkush@google.com> Cr-Commit-Position: refs/heads/main@{#1261601}
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.