commit | 76849c4405923c296f2f85655fc7018cfee1c640 | [log] [tgz] |
---|---|---|
author | Christoph Schlosser <[email protected]> | Mon Nov 14 19:35:25 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Nov 14 19:35:25 2022 |
tree | 7890273a9200026bd81379397534c839381bde08 | |
parent | bb335800964bd9423eb51c5ee2944d9caec665ac [diff] |
[Privacy Hub] Remove notifications when interacted with Clicking on a notification area or button when popping up or in the MessageCenter should remove the notification from the latter. Currently this is done by calling MessageCenter::RemoveNotification(id) on each interaction with the notification. This CL introduces a common mechanism and allows to declare this behavior upfront through a new RichNotificationData field. Bug: b:258635541 Change-Id: I4311f5a87077c64dcca6f8e6a075fa87ce9cbb9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4020342 Reviewed-by: Ahmed Mehfooz <[email protected]> Commit-Queue: Christoph Schlosser <[email protected]> Reviewed-by: Xiyuan Xia <[email protected]> Cr-Commit-Position: refs/heads/main@{#1071118}
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.