commit | 5f10037a0877161779628c1eaf45920569ac9893 | [log] [tgz] |
---|---|---|
author | Alex Ilin <alexilin@chromium.org> | Mon May 03 16:16:23 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 03 16:16:23 2021 |
tree | 534136c596b7280200c36eebb2d880dc4f32bb5e | |
parent | c89914105783b00f85d54d320c9c1f35a829fbcb [diff] |
Make force sign-in profiles non-omitted at the end of the flow https://crrev.com/c/2763902 modified the way how the profiles created for the sign-in profile creation flow are marked as ephemeral and omitted. This change has also affected the profiles under the force sign-in policy: these profiles are also created as ephemeral and omitted. However, there is no code that makes the force sign-in profiles unomitted after the user successfully signs-in through the embedded sign-in flow. This means that all profiles are gone after the browser restart if the force sign-in policy is on. This CL fixes that. Bug: 1186969 Change-Id: Ie304d7092034eba3a489c780a18b6939656149fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2867587 Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#878433}
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.