commit | cd759eda3084270ff28563357b94f3faf5ccb7a5 | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Tue Oct 08 17:17:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 08 17:17:05 2024 |
tree | f44d6e2b03acdd065b1d5c66b7faa9f7a41b153e | |
parent | e6d521a0407dc24522f0ae0ddb606408a54227db [diff] |
Remove TaskRunner from UserManagerImpl. It's used only for whether the current sequence is the one which is passed to the constructor. This CL uses SequenceChecker, which is designed for the purpose. Bug: 278643115 Test: Tryjob Change-Id: I7b08833d2e67ad0f0f223c3a1f366f20b9367198 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5915115 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1365643}
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.