commit | 92d26036ddd9e626ac5d16f72c264594ac7742e1 | [log] [tgz] |
---|---|---|
author | Siyu An <siyua@chromium.org> | Sat May 22 21:57:53 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 22 21:57:53 2021 |
tree | 8935004414642b9ee57a22b013a5c65330e3e395 | |
parent | fc10dd21a7acf59644609f7551017a412dfd500a [diff] |
[VCN] Introduce AutofillSuggestionGenerator to create suggestions for UI. There is one function GetCreditCardSuggestions in BAM and one in PDM. We should probably move them together as we add more extra logic to BAM's function (like updating suggestion with offer text, adding extra suggestion for virtual card option, and making frontend id for suggestions). So after this change, PDM does not care about suggestions, and the one true source of credit card suggestions will be BAM::GetCreditCardSuggestions. This change moves to logic and tests but should be a no-op Bug: 1196021 Change-Id: Ifc42c7820441fdc5fba1ba893f4480ddd84d4ebb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2873905 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by: Jared Saul <jsaul@google.com> Reviewed-by: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#885800}
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.