commit | 21faf99c55b4f9092647fe59274fc49dbbe08020 | [log] [tgz] |
---|---|---|
author | Chuwei He <chuweih@google.com> | Tue May 14 06:46:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 14 06:46:59 2024 |
tree | 9159554c444397351e033d843478db05e4e18147 | |
parent | 8dc63cf2023c4016872394bbcff2b471ebd1124b [diff] |
ARC: Move scan related methods from net.mojom to arc_wifi.mojom This patch moves WiFi scan related methods (StartScan, GetScanResults and ScanCompleted) from net.mojom to arc_wifi.mojom and moves some methods that are commonly used by both net.mojom and arc_wifi.mojom to a shared mojom file net_share.mojom. Bug: b/329552433 Test: build Change-Id: I74a2bf71509cde6e0c324aef36283550e1befc98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5419733 Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Chuwei He <chuweih@google.com> Reviewed-by: Hugo Benichi <hugobenichi@google.com> Cr-Commit-Position: refs/heads/main@{#1300451}
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.