commit | 55da09520add1de7dc16a875b98ab71465cbe0b1 | [log] [tgz] |
---|---|---|
author | Bastian Kersting <bkersting@google.com> | Fri Oct 07 11:05:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 07 11:05:33 2022 |
tree | f1693aaa73a8d588ec34eaf291abc5f44c66bbf3 | |
parent | ea61033a1cd1f23ca895e46c78c9f57e98394cfb [diff] |
[Telemetry] Add a permission for network info This CL adds a browser extension API permission for accessing a device's network information like MAC address or SSID in the telemetry extension. This is needed for the new InternetConnectivity telemetry item. Bug: b/244533837 Test: unit_tests --gtest_filter="*ChromeOSPermissionMessageUnittest*" Change-Id: I5467e6e7433e08965e462bea5991bc94ed2bc358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3864560 Reviewed-by: David Bertoni <dbertoni@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Oleh Lamzin <lamzin@google.com> Commit-Queue: Bastian Kersting <bkersting@google.com> Cr-Commit-Position: refs/heads/main@{#1056227}
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.