commit | d06b10177048fcc2bc9931c4ddb18335d444bf1e | [log] [tgz] |
---|---|---|
author | Jack Hsieh <[email protected]> | Tue Dec 13 18:20:14 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Dec 13 18:20:14 2022 |
tree | ef2b48df62f11ba302ef2357d241235c0f1bd422 | |
parent | f7f5f83c149fb41e4d1819d029bb93798424f2d2 [diff] |
hid: Implement HidSystemTrayIcon for platforms The change is part of the change list chain for go/usb-hid-extension-permission-ux that we need to show an icon to have users aware Chrome is accessing HID device(s) and create a notification to notify users that an extension just opens a connection to a HID device. This changelist implements the abstract HidSystemTrayIcon for different platforms. It adds HidStatusIcon for non-ChromeOS platforms by using StatusIcon and HidPinnedNotification for ChromeOS platform by using pinned message_center::Notification. Bug: 1360981 Change-Id: I8e09c9d1d560031e41ec36be7d4b5ba5027800d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4032793 Reviewed-by: Reilly Grant <[email protected]> Reviewed-by: Ahmed Mehfooz <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Reviewed-by: Matt Reynolds <[email protected]> Commit-Queue: Jack Hsieh <[email protected]> Cr-Commit-Position: refs/heads/main@{#1082565}
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.