commit | 949c61cdda4598d98c46bd6c0b8fd9e60d901b4f | [log] [tgz] |
---|---|---|
author | jlebel <jlebel@chromium.org> | Fri May 13 17:23:03 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 13 17:23:03 2022 |
tree | 41368f97e6204d290ee7d00f3ec8f6a8e9d6caa2 | |
parent | 1c047fd7ef5e94fe20f6d7bd9fb10e5ad447907b [diff] |
[iOS] Unify the notion of “managed” for Welcome and Sign-in The Sign-in screen had a more restrictive view than the Welcome screen of what it meant to be “managed”. I unify them by using a unique class method to determine whether the app is managed. I do not know whether it makes a difference in real use with real managed device, as it is not clear whether the difference between both way to test whether a device is managed actually exists outside of test settings. However, this will at least ensure that testers can test correctly. Fixed: 1315636 Change-Id: Ic4c93259d6bb33581470b40c3d51572dbac02d35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3613769 Reviewed-by: Vincent Boisselle <vincb@google.com> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1003184}
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.