commit | c784c52d8173fe497a6e749e2355eb27ceb9b4be | [log] [tgz] |
---|---|---|
author | Cheick Cisse <cheickcisse@google.com> | Fri May 09 22:34:56 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 09 22:34:56 2025 |
tree | a340dd296a25c7708738b819d6b0d2400ea45d9f | |
parent | f01790576e522a8b4fb4a86bad67e2861de4c0a8 [diff] |
[iOS][SigninPromo] Remove impression lookup with FET This CL removes the promo impression count lookup with the FET and restores the previous behavior of looking up a user default that tracks the promo impression count. There is a race condition on cold start where we try to look up the FET event while the FET model has not been loaded yet. Bug: 416634744 Change-Id: Ia6fe51df2a88c1f2410a56f3366d5fa2db3aa753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6530121 Reviewed-by: Robbie Gibson <rkgibson@google.com> Reviewed-by: Sergio Collazos <sczs@chromium.org> Commit-Queue: Cheick Cisse <cheickcisse@google.com> Cr-Commit-Position: refs/heads/main@{#1458380}
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.