commit | 38c3f1b2f0cfecb51fe17510ed16bce96473e1e5 | [log] [tgz] |
---|---|---|
author | Galen Corey <galenemco@chromium.org> | Mon Mar 28 19:15:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 28 19:15:19 2022 |
tree | 9d6fd5020ba83852b0100eecbc0f4bccf3a8ade9 | |
parent | 26d6670c39aff148a02dac0c85194778332c55ee [diff] |
Ensure owner id is present before show gaia signin The check for isApprovalRequired requires the device owner ID to be available, which it may not yet be during signin. Ensure the ID is available, and add a comment to the isApprovalRequired function to clarify this requirement. Bug: 1143369 Change-Id: I315215f173c4a8a3ce0a37a52f4e3109dddae1eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3543829 Reviewed-by: Roman Sorokin <rsorokin@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: Aga Wronska <agawronska@chromium.org> Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Galen Corey <galenemco@chromium.org> Cr-Commit-Position: refs/heads/main@{#986077}
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.