commit | 77ab9f4f8ed6ab739b8f50162f7fa01a54f336fa | [log] [tgz] |
---|---|---|
author | Monica Basta <msalama@chromium.org> | Tue Feb 15 17:30:11 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 15 17:30:11 2022 |
tree | 0179749d62d74e6e206bab147e9eb0a9b27f7d03 | |
parent | 255b8378b83300df6af03e3c8ba540f27a445d05 [diff] |
Delete ChildAccountStatus This CL prepares for deprecation of service flags. The new capability does not differentiate between different types of supervised accounts. Today, the experience in chrome is unified for all supervised users. There is no need to differentiate unicorn accounts from the other types of supervised accounts. Therefore, the check for "uca" flag is deprecated and the signature of the listener to get the child account status is modified to return whether the account is child account or not. The notion of REGULAR_CHILD (unicorn account) and USM_CHILD (supervised accounts) is not needed. Bug: 1290864 Change-Id: Idb5394ce6b7ef15d8d7edc0b1abd057aea5868e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3416923 Reviewed-by: Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/main@{#971290}
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.