commit | 7d1f5bd5d38cc0c0efb42fdabd0102a926240b13 | [log] [tgz] |
---|---|---|
author | Julian Pastarmov <pastarmovj@google.com> | Thu Apr 18 16:39:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 18 16:39:23 2024 |
tree | 1a5347c9a798adfb4d25cfb8ceaad56cb3b60e60 | |
parent | 5a21b7f8e7f775476adcc4c882abaca14e68fb9e [diff] |
Change the logic of deciding if CBCM is present to be more permissive The previous logic was testing for *both* enrollment and dm-tokens which is actually wrong because once enrolled the enrollment token is not necessary and vice versa the absence of dm-tokem doesn't mean it won't be created soon thereafter based on the enrollment token present. Bug: 335575743 Test: Unit tests present Change-Id: I88d2159d5d0cae80994a74e1f1da406fabbf02a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5463503 Auto-Submit: Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/main@{#1289377}
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.