commit | a9f9e18a7d4b830818f48c20f5dd4d86d02356bc | [log] [tgz] |
---|---|---|
author | Curt Clemens <cclem@google.com> | Sat Jun 25 01:51:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 25 01:51:28 2022 |
tree | 74cd5d4c496687a6a32200916ac99dfc91dd86b4 | |
parent | 0f8b578253a0b0fdfb432666216924f45f5e8b9f [diff] |
[QuickStart] Add TargetDeviceBootstrapController, integrate with oobe Add TargetDeviceBootstrapController with a preliminary implementation and unit tests. This class is owned by OOBE, and the interface in this CL should eventually be replaced once the OOBE team decides how best to integrate with the frontend. The goal of this CL is to set everything up so that once FastPairAdvertiser is finished, we should be advertising over Bluetooth whenever the Quick Start screen is visible. Bug: b/234655072 Test: chromeos_unittest --gtest_filter='TargetDeviceBootstrap*' Change-Id: I0a46ddc78963f581b494cfa97545893ca1bb06a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3708200 Commit-Queue: Curt Clemens <cclem@google.com> Reviewed-by: Roman Sorokin <rsorokin@chromium.org> Reviewed-by: Michael Hansen <hansenmichael@google.com> Cr-Commit-Position: refs/heads/main@{#1017906}
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.