commit | e89e150e035a5f4ee2f24d508b1c234739dab4e2 | [log] [tgz] |
---|---|---|
author | David Maunder <davidjm@google.com> | Wed Nov 27 19:53:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 27 19:53:01 2024 |
tree | 021aa4978bc75997d424aa3ca17e4262e525c875 | |
parent | 886dae66dae625087d4ac96bd2bf0d8c7c39879e [diff] |
Migrate Price Drop Annotations on Android from OptimizationGuide to ShoppingService Price Drop Annotations on Android was written before ShoppingService existed. It is more appropriate for the data to be acquired from ShoppingService (which calls OptimizationGuide). It also makes the code cleaner not to need to do all the proto parsing (and for the test code to set up all the test protos). Bug: 381237019 Change-Id: Idd290f6adcc619529584276be3a341ac9ad75ad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050389 Reviewed-by: Yue Zhang <yuezhanggg@chromium.org> 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@{#1389010}
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.