| commit | dcc808158a767bed726b3a7acde7c5279c2ed33b | [log] [tgz] |
|---|---|---|
| author | Balazs Engedy <engedy@chromium.org> | Fri Aug 16 15:34:37 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 16 15:34:37 2024 |
| tree | b0f51445d0b2b82b8188ebe52c6fffb6fa4b8ee5 | |
| parent | af4a1a29660d0cfa1ed074d69f782abc9f79fd98 [diff] |
Make NotificationPlatformBridge less native-dependent (4/5). Make `displayProvisionallyUnsubscribedNotification` no longer depend on the `NotificationPlatformBridge` instance's `mNotificationManager`, but instead use a standalone instance with syncronous semantics. This is in preparation to make the method a static method that can also be called without the native libraries loaded (and async tasks require native initialization to have happened). This CL slightly changes the timing of this call, but should not have user visible effects. Bug: 359616819 Change-Id: Iff4389c8390af8cb86c8921e0560a948797f03f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5788590 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by: Min Qin <qinmin@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1342835}
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.