commit | bfaa776f73f7735da2ad4bc02a8ac889a5b702fa | [log] [tgz] |
---|---|---|
author | Vinny Persky <vinnypersky@google.com> | Wed Feb 19 15:38:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 19 15:38:23 2025 |
tree | fa3174965e2fdcb7d5070267b34029637cf452bc | |
parent | 177a40fac9188f979816ac51f9911273984aa529 [diff] |
Merge separate issuer BNPL feature flags into one flag This CL merges the finch flags `AutofillEnableBuyNowPayLaterForAffirm` and `AutofillEnableBuyNowPayLaterForZip` into an `AutofillEnableBuyNowPayLater` flag. After discussing with the server team, we realized that we can just not sync up disabled BNPL issuers from the server, and if all issuers are disabled, we can just turn off the one BNPL finch flag. Thus, we only need one flag. Bug: 356443046 Change-Id: I27c4e1e0b10941796fd8f53e922bc3438298c178 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6271325 Reviewed-by: Slobodan Pejic <slobodan@chromium.org> Commit-Queue: Vinny Persky <vinnypersky@google.com> Cr-Commit-Position: refs/heads/main@{#1421951}
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.