commit | e0a07bbcd7b46053a081fb05598d3a371a0d2183 | [log] [tgz] |
---|---|---|
author | Foromo Daniel Soromou <koretadaniel@chromium.org> | Mon May 26 20:43:37 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 26 20:43:37 2025 |
tree | a91e55481e92f920432acda6c2b6d9e9b854452c | |
parent | 0cc4d0ebcd8ec3fc0e361767a1a539b4ce426e57 [diff] |
Update PriceInsightsPAVC::UpdatePageActionIcon to get params `PriceInsightsPageActionViewController` during its instantiation. However, the `PriceInsightsPageActionViewController` also expects the `CommerceUITabHelper` to be fully instantiated at that point. The issue is that during the instantiation of `CommerceUITabHelper`, the object is not yet fully constructed. As a result, any checks or interactions with it will fail. To address this, this CL updates `CommerceUITabHelper` to provide `this` to the `PriceInsightsPageActionViewController`. Bug: 417179031 Change-Id: I528abb5ac13d0e77600d1d272bc464a1723efa28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6580134 Reviewed-by: Dana Fried <dfried@chromium.org> Commit-Queue: Daniel Soromou <koretadaniel@chromium.org> Reviewed-by: Kaan Alsan <alsan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1465653}
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.