commit | bc9ff9b7c0d0a28009e986048a09bb40f376a80c | [log] [tgz] |
---|---|---|
author | Eriko Kurimoto <elkurin@chromium.org> | Thu Apr 21 03:00:51 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 21 03:00:51 2022 |
tree | 93a5127444184b996a7060a71eaf05028b47d619 | |
parent | 27bdd26a7b597e57298a20deeca44bbe80ffc0d8 [diff] |
[Resource file sharing]: Create CrosStartupData FD in chromeos/startup This CL implements CreateFDFromBrowserInitParams() in chromeos/startup. This code originally inside chrome/browser/ash/crosapi/crosapi_util.h, but we move it to chromeos/startup since Lacros will required this API in the following CLs. This CL doesn't affect the behavior and is a part of Resource File Sharing work. Bug: 1253280 Change-Id: Ibae67159c9feebe1260748c4d9c531f20aff3e75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3582447 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Eriko Kurimoto <elkurin@chromium.org> Cr-Commit-Position: refs/heads/main@{#994499}
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.