commit | e100fd2b99a5c3f206a0b89f7fed1ce307c28811 | [log] [tgz] |
---|---|---|
author | Richard Knoll <[email protected]> | Thu Sep 24 15:45:17 2020 |
committer | Commit Bot <[email protected]> | Thu Sep 24 15:45:17 2020 |
tree | d3ec3d91d4a348ddebb7d6429dc771730c3f3b8e | |
parent | e8a9c63e0e5dc69c4d5ae521479859399e59e08f [diff] |
Add NotificationDisplayQueue to NotificationDisplayService This adds a new NotificationDisplayQueue that can queue up notifications. It owns a list of NotificationBlockers that determine if notifications should be blocked and shows them once all of them get unblocked. This CL on its own has no behavioural change. A follow-up CL will implement a blocker for when Chrome records a full screen. Bug: None Change-Id: Id95398944390b274b4fa01399b2a12a39c99e083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401101 Commit-Queue: Richard Knoll <[email protected]> Reviewed-by: Peter Beverloo <[email protected]> Cr-Commit-Position: refs/heads/master@{#810220}
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.
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.