commit | fbcf7015b8ce6d814038cb08778ef96bc098e000 | [log] [tgz] |
---|---|---|
author | Qihui Zhao <qihuizhao@google.com> | Fri Dec 22 15:18:35 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 22 15:18:35 2023 |
tree | 5108781b3c01afc6cdcba4c2a398f5bb7faeebb2 | |
parent | 8830ca021d511ab46f75e29fdc41866e6987e2a2 [diff] |
Reland "Update `LoadDataCacheAndMetadata` in sync process to update metadata" This is a reland of commit 821782164918864b3222d147c423b0afb7d0a045 Fix it by using "base::Base64Decode" in autofill_wallet_metadata_sync_bridge_unittest.cc then convert to int64 instrument_id. Original change's description: > Update `LoadDataCacheAndMetadata` in sync process to update metadata > > This CL gets IBAN metadata data during the `LoadDataCacheAndMetadata` > process so that IBAN metadata can be cached and be used/updated when > it is applicable. This CL also updates `GetServerIbansMetadata` in > AutofillTable so that it returns a bool to indicate the status of > getting IBAN metadata. > > Bug: b:308831790 > Change-Id: Ibf6d7fbb46e449de699847e65142aa90d629729c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5007716 > Reviewed-by: Olivia Saul <jsaul@google.com> > Reviewed-by: Florian Leimgruber <fleimgruber@google.com> > Reviewed-by: Vinny Persky <vinnypersky@google.com> > Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> > Reviewed-by: Jan Keitel <jkeitel@google.com> > Commit-Queue: Qihui Zhao <qihuizhao@google.com> > Cr-Commit-Position: refs/heads/main@{#1240156} Bug: b:308831790 Change-Id: Id30ee5e305260cf6eb2ffa33d28e8800806a08f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5146149 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Jan Keitel <jkeitel@google.com> Reviewed-by: Olivia Saul <jsaul@google.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Reviewed-by: Vinny Persky <vinnypersky@google.com> Commit-Queue: Qihui Zhao <qihuizhao@google.com> Cr-Commit-Position: refs/heads/main@{#1240573}
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.