Simplify cancelling of Plugin VM downloads
This CL simplifies the code for downloading Plugin VM images: - Remove PluginVmInstaller::OnDownloadCancelled(). It is not necessary for us to wait for the download to cancel. If the download service takes a while to (or fails to) cancel, we will still be able to retry the installation. - Instead of tracking pre-existing downloads, compare download guid to the current download guid. - Remove excess VLOGs Bug: b/169973809 Change-Id: Icea90298768ad66e102d6af127e739a768687975 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465349Reviewed-by:Jason Lin <lxj@google.com> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#816374}
Showing
Please register or sign in to comment