commit | 895b74a2966574a578012aeae8f0dd6df27e3960 | [log] [tgz] |
---|---|---|
author | Jan Keitel <jkeitel@google.com> | Tue Jan 28 12:50:12 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 28 12:50:12 2025 |
tree | 77c3bf9687964afaea5bddde6493bb0cb6b26bf5 | |
parent | b5f2d7e92837b09ac2060fdc394fc73b34b75aef [diff] |
Use PayDM instead of PersonalDataManager in SingleClientOfferSyncTest PersonalDataManager has been split into PaymentsDataManager (PayDM) and AddressDataManager (ADM) to make it easier for the separate address and payments teams to driver their respective development. Eventually, we would like to eliminate all uses of PersonalDataManager in favor of PayDM and ADM. This CL uses PayDM directly in SingleClientOfferSyncTest instead of obtaining it via PDM. Bug: 40100455 Change-Id: I04ef30bf7560d2c6b6131bbca42d5f2d573e1c7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6196751 Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Jan Keitel <jkeitel@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1412224}
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.