commit | ae642fe7a860dc6b16654f148ab30815b79cf8e1 | [log] [tgz] |
---|---|---|
author | Finnur Thorarinsson <finnur@chromium.org> | Tue Mar 12 23:27:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 12 23:27:43 2024 |
tree | c385061e54474c08e2ae3f2f97cdd55838fc2fb9 | |
parent | a20a4c161671722cda1857cff46a171fdcf33b66 [diff] |
[UniversalInstall]: Skip sheet if shortcut is only option. This CL makes the bottomsheet show up asynchronously after we've determined what type of app we're dealing with. If the only option for the app type is to install a shortcut then there's not much point in showing the bottomsheet asking the user to choose between install (which isn't possible) and creating a shortcut. We should just go straight to the install dialog to create a shortcut. This CL also adds Back as one possible dialog outcome for the metrics. Bug: 41493484 Change-Id: I745e446d09745a72c8cac82b003e5f6b52894816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5362344 Reviewed-by: Ella Ge <eirage@chromium.org> Reviewed-by: David Trainor <dtrainor@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Auto-Submit: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/main@{#1271880}
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.