commit | 34981def10c35bc4015dd37f54f7243a0ba1062f | [log] [tgz] |
---|---|---|
author | David Maunder <davidjm@google.com> | Wed Oct 23 21:54:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 23 21:54:14 2024 |
tree | fe3abc694a04c74904ff0318a7cc0ea2db5597d0 | |
parent | 642314598c86981e5dbabe55b3b7fe97742ac4c1 [diff] |
Fix US check in price tracking promo on magic stack The force show card parameter was restricted to US users only, however, at some point variations service started returning "US" instead of "us" so the show card parameter isn't working properly. Apply lowercase conversion to the country code from variations service to fix this. Bug: 371752295 Change-Id: I47c0d40e4c41d23bc2925d023ae005df725bf75f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5958708 Reviewed-by: Scott Yoder <scottyoder@google.com> Commit-Queue: David Maunder <davidjm@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1372968}
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.