commit | 49be6ec1ef366c84fb9cd9ee4cd2510bb0328ad1 | [log] [tgz] |
---|---|---|
author | Honglin Yu <honglinyu@chromium.org> | Mon Mar 21 04:37:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 21 04:37:42 2022 |
tree | 8a46cd737d405ec4dd47aa0e103025d8f4f4a825 | |
parent | 809e25d8da3bb135581fc69566e75af3c6fae25c [diff] |
Correct the location of RunsTasksInCurrentSequence in declaration. Avoid misleading: RunsTasksInCurrentSequence is first defined in SequencedTaskRunner, not TaskRunner: https://source.chromium.org/chromium/chromium/src/+/main:base/task/sequenced_task_runner.h;l=258 Bug: none Test: no need. Change-Id: Ie852d7250c1e89e5f30bf5b8cc277458a147abd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3538164 Auto-Submit: Honglin Yu <honglinyu@chromium.org> Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Honglin Yu <honglinyu@chromium.org> Cr-Commit-Position: refs/heads/main@{#983208}
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.