commit | 8ce714037f1b15d039fd3112e2d5da543f265013 | [log] [tgz] |
---|---|---|
author | Ankush Singh <ankushkush@google.com> | Mon Feb 26 17:27:35 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 26 17:27:35 2024 |
tree | dbe70cf0aa0acac0f62f522627f6aa1b76707288 | |
parent | 32da9926cb4b43e23e700879114bb70bb90fdfe1 [diff] |
[android] Set notification tag to sync error notifications Notification (id,tag) pair should be unique. Somehow (NOTIFICATION_ID_SYNC,null) pair is something that's likely getting blocked or cancelled. Changing the id or the tag makes it work. More investigation is required here. This CL however unblocks sync error notifications by setting a notification tag, which is not harmful. Bug: 41489615 Change-Id: Ib60fa6e2938930dce56bab748b8d580af1e97287 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5323083 Reviewed-by: Victor Vianna <victorvianna@google.com> Commit-Queue: Ankush Singh <ankushkush@google.com> Cr-Commit-Position: refs/heads/main@{#1265274}
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.