commit | c52bdf186affd279522d070b29fe16e83fc2ad1f | [log] [tgz] |
---|---|---|
author | Bastian Kersting <bkersting@google.com> | Wed Sep 28 15:39:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 28 15:39:21 2022 |
tree | 6154fef36638ba7d996961e43f4987f964696f2b | |
parent | e6ca0899639789a961b26ec6a58e5e1b0b92ef34 [diff] |
[Telemetry] Introduce InternetConnectivityInfo Introduce new chrome.os.telemetry.getInternetConnectivityInfo API function to retrieve information about available network information. Bug: b:188897824 Test: browser_tests --gtest_filter="*TelemetryExtension*" Test: unit_tests --gtest_filter="*ApiConverters*" Test: Follow http://go/lacros-test-linux to run tests locally Test: ./testing/xvfb.py build/lacros/test_runner.py \ test out/lacros/unit_tests --gtest_filter="*TelemetryExtension*" \ --ash-chrome-path ./out/lacros/ash_clang_x64/test_ash_chrome Test: ./testing/xvfb.py build/lacros/test_runner.py \ test out/lacros/lacros_chrome_browsertests \ --gtest_filter="*ApiConverters*" --ash-chrome-path ./out/lacros/ash_clang_x64/test_ash_chrome NOPRESUBMIT=True Change-Id: I56cf03b653e79a957004f510ab22abd7d88e88bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3914692 Reviewed-by: Oleh Lamzin <lamzin@google.com> Commit-Queue: Bastian Kersting <bkersting@google.com> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: Roland Bock <rbock@google.com> Cr-Commit-Position: refs/heads/main@{#1052423}
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.