| commit | c03fbd39f4d448f6a9cc99c76b0261ef36d7c15c | [log] [tgz] |
|---|---|---|
| author | Yunke Zhou <yunkez@google.com> | Wed Apr 28 10:10:40 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 28 10:10:40 2021 |
| tree | 6b1cb3c0a620947e3ef1cd72a132ed3cfba181b1 | |
| parent | 97916ca3c80a7251ae13f83bf9a71e6c744eeade [diff] |
Fix client id reset issue There could be 2 cause of the high churns of client id reset. 1. Pending value is not cleared for managed device. 2. There is a brief moment for every Chrome start that the OwnershipStatus is UNKNOWN. Because of above, pending value could be re-used after OOBE in IsEnabled() which results in reset of client ids. Both are fixed in this CL. Pending value is cleared for managed device after ownership is taken; in UNKNOWN state, value from signed store is read instead of pending value. Bug: b/178696047 Change-Id: If16f563ead2b6b3f226ebd28ef3402cc92a2320b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2853353 Commit-Queue: Yunke Zhou <yunkez@google.com> Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#876977}
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.