| Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilder.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilder.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilder.java
|
| index 697e79344129c75f75fa7b1489313067ef3c51b2..cd8e7a1453202fa7ec24cf685df32cd686c38ed2 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilder.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/CustomNotificationBuilder.java
|
| @@ -142,10 +142,10 @@ public class CustomNotificationBuilder extends NotificationBuilderBase {
|
| // TODO(crbug.com/697104) We should probably use a Compat builder.
|
| ChromeNotificationBuilder builder =
|
| NotificationBuilderFactory.createChromeNotificationBuilder(false /* preferCompat */,
|
| - NotificationConstants.CATEGORY_ID_SITES,
|
| + NotificationConstants.CHANNEL_ID_SITES,
|
| mContext.getString(
|
| org.chromium.chrome.R.string.notification_category_sites),
|
| - NotificationConstants.CATEGORY_GROUP_ID_GENERAL,
|
| + NotificationConstants.CHANNEL_GROUP_ID_GENERAL,
|
| mContext.getString(
|
| org.chromium.chrome.R.string.notification_category_group_general));
|
| builder.setTicker(mTickerText);
|
|
|