23 lines
1.4 KiB
Diff
23 lines
1.4 KiB
Diff
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridge.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridge.java
|
|
index 0f69d6975ee9225e14ae925b5f81f127ead41403..aa56e1c8e829c517efa285ffa7021af16cd19a4d 100644
|
|
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridge.java
|
|
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridge.java
|
|
@@ -141,7 +141,7 @@ public class NotificationPlatformBridge {
|
|
private TrustedWebActivityClient mTwaClient;
|
|
|
|
/** Encapsulates attributes that identify a notification and where it originates from. */
|
|
- private static class NotificationIdentifyingAttributes {
|
|
+ public static class NotificationIdentifyingAttributes {
|
|
public final String notificationId;
|
|
public final @NotificationType int notificationType;
|
|
public final String origin;
|
|
@@ -893,7 +893,7 @@ public class NotificationPlatformBridge {
|
|
.storeNotificationResourcesIfSuspended(notification);
|
|
}
|
|
|
|
- private static NotificationBuilderBase prepareNotificationBuilder(
|
|
+ protected static NotificationBuilderBase prepareNotificationBuilder(
|
|
NotificationIdentifyingAttributes identifyingAttributes,
|
|
boolean vibrateEnabled,
|
|
String title,
|