commit | 0b2c6aaa0b18cd63097373a7c3132be46c525f67 | [log] [tgz] |
---|---|---|
author | Stanisław Solarewicz <ssolarewicz@google.com> | Tue Sep 24 14:55:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 24 14:55:26 2024 |
tree | a2a7653bb09ac434fe47d680cda842d0e43f0dc9 | |
parent | d88620762c1973016129d3a00829eab26fb71d48 [diff] |
[Add user after enrollment] Store credentials sooner. Before now the credentials were stored once the user click a button on the enrollment complete screen. This prevents the tokens from expiring as long as the screen is open. Moved to storage of the credentials and scheduling of the cleanup to the function called when enrollment is successful. Change-Id: I80a14b33dcd833734ad81b5e290f4a84df28628a Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5859921 Reviewed-by: Artem Sumaneev <asumaneev@google.com> Reviewed-by: Leon Masopust <lmasopust@google.com> Commit-Queue: Stanisław Solarewicz <ssolarewicz@google.com> Cr-Commit-Position: refs/heads/main@{#1359353}
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.