commit | f138273f27665c45f8481cac5bccff0adee82465 | [log] [tgz] |
---|---|---|
author | Francois Doray <fdoray@chromium.org> | Mon Jul 15 19:13:45 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 15 19:13:45 2019 |
tree | bb8af1e0b5954ecc91767f7dea4c0733fd91c433 | |
parent | ca67061ad2553bcb70dc4237f8dcf21c663518ea [diff] |
[sequencemanager] Move EnqueueOrder out of the internal namespace. The goal is to allow EnqueueOrder to be used to identify tasks outside of SequenceManager code, for example in task ready/started/completed callbacks in https://chromium-review.googlesource.com/c/chromium/src/+/1689339. It also makes sense to move EnqueueOrder out of the internal namespace since it was already exposed on non-public methods of the non-internal base::sequence_manager::Task class. Bug: 984057 Change-Id: I6ddd83c55d3a21350b6ff12fbc02a68800b653a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700266 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#677423}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .