commit | d0eea176e7842a681d3fbaa50b51e7c06fd59198 | [log] [tgz] |
---|---|---|
author | S. Ganesh <ganesh@chromium.org> | Mon Jul 29 22:06:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 29 22:06:37 2024 |
tree | a20071b1685ca1508da74e8edd7ce9119974d741 | |
parent | 83ade6514e62091e9d1f5a51ca21b15bee838ef8 [diff] |
updater: restore `brand` from/to registry, and `brand` is permanent If a `brand` code already exists in the registry in `ClientState`, this brand code is considered authoritative, and overrides any brand code that is recorded in `prefs`. If a `brand` code does not exist in the registry, the value in `prefs` is written to the registry. If a `brand` code already exists in the registry or the prefs for an app, the app is considered "branded" to that brand, and no new brand can be set for that app. Fixed: 355693627 Change-Id: I035aeebc8114e96c470035127f1190b3fd333a88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5747313 Auto-Submit: S Ganesh <ganesh@chromium.org> Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: S Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1334483}
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.