commit | 1cb48ababac59409da0b2da3013890571d63ca4e | [log] [tgz] |
---|---|---|
author | S. Ganesh <ganesh@chromium.org> | Wed Nov 30 13:33:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 30 13:33:59 2022 |
tree | f0eda730998eb2b1fea349c9d1070670b79253f0 | |
parent | c0c905f803fe09c7d6cee217876068e0eb13d1aa [diff] |
Fix Updater doesn't update Canary after installing it on Windows Fixes a regression introduced in r1074761 wherein per-user installs are unable to finalize an update on account of not knowing how to invoke the newly-introduced rename command. Older versions of User Chrome still look for the rename command line REG_SZ "cmd" under the path "Software\Google\Update\Clients\<guid>" where "<guid>" is the current install mode's appguid. Bug: 1394046 Change-Id: Ia87f39b8e172a4180be58c16611ec9c3fe33809f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4063007 Auto-Submit: S Ganesh <ganesh@chromium.org> Reviewed-by: Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1077442}
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.