commit | d4610c1527f1e924605926ba324aee9b9c4a5b4e | [log] [tgz] |
---|---|---|
author | Quentin Pubert <qpubert@google.com> | Tue Feb 13 09:38:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 13 09:38:53 2024 |
tree | e211fd74145b5541e946cb063196ad4191e41174 | |
parent | fa78a4e1efcdf720f764265eff83bef28c3cdbfc [diff] |
[iOS] Replace GET THE APP with OPEN when Drive app is installed This CL ensures that the "GET THE APP" button to install the Drive app is replaced with an "OPEN" button when the Drive app has just been installed. To do so, since the coordinator is already listening for notifications about the Drive app installation status, it now asks the mediator to update its consumer when it learns that the Drive app was installed. The mediator is also updated to ensure it also updates its consumer about whether to display "GET THE APP" or "OPEN" when the installation status goes from Uninstalled to Installed. Bug: b/324376255 Change-Id: I717f763cc5385ed9e1971b164208a0d33dd863f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5285463 Reviewed-by: Ewann Pellé <ewannpv@chromium.org> Commit-Queue: Quentin Pubert <qpubert@google.com> Cr-Commit-Position: refs/heads/main@{#1259733}
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.