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 6a042cd956d8d20595f7987248d0594b03b08f9f..fd0dcbd6dda71e802e080bba97d153b1d5710d93 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
|
|
@@ -146,7 +146,7 @@ public class NotificationPlatformBridge {
|
|
private static long sLastPreUnsubscribePreNativeTaskStartRealMillis = -1;
|
|
|
|
/** 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;
|
|
@@ -1047,7 +1047,7 @@ public class NotificationPlatformBridge {
|
|
.storeNotificationResourcesIfSuspended(notification);
|
|
}
|
|
|
|
- private static NotificationBuilderBase prepareNotificationBuilder(
|
|
+ protected static NotificationBuilderBase prepareNotificationBuilder(
|
|
NotificationIdentifyingAttributes identifyingAttributes,
|
|
boolean vibrateEnabled,
|
|
String title,
|