commit | 3ae23fd4318a1f810d7b80c9f503683c1b0646f9 | [log] [tgz] |
---|---|---|
author | Vipul Vinod Koul <koulvipul@google.com> | Thu Apr 04 02:01:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 02:01:04 2024 |
tree | d578202c73c100376cb0ca9b218cbe4ced299159 | |
parent | 36ea0992bb84680bc9aa5f44fcadb874d4441a3e [diff] |
[CVV Storage]Update the reconcile CVC API on Payments autofill table The `ReconcileServerCvcs` API on the Payments autofill table would just delete the CVCs but it wouldn't trigger the database observer which would lead to silent deletions (aka Chrome sync server wasn't notified of deletions). With this change, the API will return a list of CVCs that were deleted and the sync bridge can then trigger the deletion flow to the Chrome sync server. The API is also renamed to `DeleteOrphanedServerCvcs`. This API in its current form has no usage, so no additional updates are needed. Bug: 330948046 Change-Id: I5d301116b1b7603515393256881d359a4097d17d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5405565 Commit-Queue: Vipul Koul <koulvipul@google.com> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Olivia Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/main@{#1282285}
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.