| Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilder.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilder.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilder.java
|
| index 025f167ed4ee3037e0f616451998285a95858923..dbda58219edcfe9a96dcc4349520e03e82127550 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilder.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/StandardNotificationBuilder.java
|
| @@ -26,10 +26,10 @@ public class StandardNotificationBuilder 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));
|
|
|
|
|