commit | 342191b08c5febe1e3e05e4da39620be06c1c796 | [log] [tgz] |
---|---|---|
author | Bailey Berro <baileyberro@google.com> | Thu Dec 03 21:21:20 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 03 21:21:20 2020 |
tree | dc7ab112f7ac9ca1984e34177404162f9c125655 | |
parent | 4df0e740e45de722a2978c25acdbe2c9beaf134e [diff] |
SystemRoutineController: Store inflight routine id This change adds inflight_routine_id_ as a member rather than it being forwarded along in the callback chain so that it can be used to cancel inflight routine Bug: 1128204 Change-Id: I7135417a52f0dfc75821edcf11edf92fa7410729 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558755 Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#833449}
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 .
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.