Files
brave-core/patches/chrome-android-java-src-org-chromium-chrome-browser-notifications-NotificationServiceImpl.java.patch
T

14 lines
1.0 KiB
Diff

diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java
index 70113ee9b369083a7b12211082b0917795ac2ddd..0f9dd8777d1ebcb10dcd931fb3fb810bc119cc63 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationServiceImpl.java
@@ -113,7 +113,7 @@ public class NotificationServiceImpl extends NotificationService.Impl {
// Now that the browser process is initialized, we pass forward the call to the
// NotificationPlatformBridge which will take care of delivering the appropriate events.
- if (!NotificationPlatformBridge.dispatchNotificationEvent(intent)) {
+ if (!BraveNotificationPlatformBridge.dispatchNotificationEvent(intent)) {
Log.w(TAG, "Unable to dispatch the notification event to Chrome.");
}