commit | 7b0c7d58706299ab10dee205641dd727e59152bc | [log] [tgz] |
---|---|---|
author | Fabian Sommer <fabiansommer@chromium.org> | Mon Mar 07 11:00:29 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 07 11:00:29 2022 |
tree | 6054c682345a6cd01840c5a97d77d47b3bc764f5 | |
parent | 5283557455b1a8de017266f5723f8d8c98fb7621 [diff] |
[Lacros] Implement Lacros-compatible GetDeviceType Currently, Lacros is not aware of the type of device ("Chromebook", "Chromebox" etc.) it is running on. However, this information is needed for some UI elements. This CL uses the Lacros init_params to tell Lacros which type of device it is running on. It implements a GetDeviceType() which can be used by both Ash and Lacros - this is based on the existing GetDeviceType() in ash/constants/devicetype.cc. Current uses of the ash-exclusive GetDeviceType() will be migrated to use the new one in follow-up CLs. Bug: 1284585 Change-Id: Iceb0b2e10744657e18a2555383a0fc57d81e65f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3477020 Reviewed-by: Denis Kuznetsov <antrim@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Fabian Sommer <fabiansommer@chromium.org> Cr-Commit-Position: refs/heads/main@{#978212}
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.