commit | ffee57cc76f2e1c8d5ef246eb86e3c97ec2f14d1 | [log] [tgz] |
---|---|---|
author | Timothy Loh <timloh@chromium.org> | Tue Jun 28 05:25:37 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 28 05:25:37 2022 |
tree | f058c5e84af3f104bb688b273f424634d11adc61 | |
parent | fbe21f636866b3de28469d0c973a666425305e7c [diff] |
Wait for cancelled DLC installation to end before finishing restarts We currently complete Crostini restarts immediately if they are cancelled while installing DLC. However, a cancelled installation will proceed to try and uninstall Crostini, which would often fail as DLC would still be busy trying to install termina and we don't currently have retry logic there. Address this by allowing DLC installation to complete (either success or failure is okay) before finishing a restart. If the update engine is busy for other reasons, uninstall will probably still fail, but at least we won't end up leaving termina installed. Bug: b/236350805 Change-Id: I45a533fbbcfd33aa1adb4a737277c4bd787dae36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3720687 Reviewed-by: Nicholas Verne <nverne@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1018542}
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.