commit | 6065f90acfe9707ef9877f219329bed77823c7ad | [log] [tgz] |
---|---|---|
author | Wilson Low <wilsonlow@google.com> | Tue Jan 14 23:43:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 23:43:44 2025 |
tree | d264a59bcaa4caa7f25c3a981391cbe8dd1e0ba0 | |
parent | cf8ecd8c8447f967f0dc070b087b3bc36b49f548 [diff] |
Rename FacilitatedPaymentsManager to be Pix specific The `FacilitatedPaymentsManager` was initially intended to be shared across different facilitated payment methods. However, subsequent implementation revealed that separating the manager for each payment method was more effective. Since we now have an `EwalletManager`, this commit renames `FacilitatedPaymentsManager` to `PixManager` for consistency. Bug: 369898977 Change-Id: I9c8aafc2495abc4d4f556926b312767383252671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6151077 Reviewed-by: Junhui He <junhuihe@google.com> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Wilson Low <wilsonlow@google.com> Cr-Commit-Position: refs/heads/main@{#1406412}
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.