commit | 45d36b4123c33e8c2494e6e4aa3a98abffcadefb | [log] [tgz] |
---|---|---|
author | Andrew Rayskiy <greengrape@google.com> | Tue Jan 09 12:34:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 12:34:03 2024 |
tree | b33fa2f98e4cee7659b85ae2644de07b73c34c1f | |
parent | 02ba95665c795ca9b9eb01a9627b01088f4bc9bf [diff] |
[Printing] Do not update notification timeouts Prior to https://crrev.com/c/2626111 notifications used to display "Cancel Printing" and "Get Help" buttons, so never_timeout = true ensured that they could always be clicked. Since this is no longer the case and given that notifications are created with never_timeout = false by default (see RichNotificationData), it's no longer necessary to toggle timeouts. Bug: b/302313391 Change-Id: I4e4b6b92da370aa04494124ffd549a9db6412d7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5178192 Commit-Queue: Andrew Rayskiy <greengrape@google.com> Reviewed-by: Benjamin Gordon <bmgordon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1244604}
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.