Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1968)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java

Issue 2765023002: [Android] Upstreaming notification channels part 2: Clean up (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
index 39601f238c0c950936c7895781dab20003b3f1a0..5721df251371ba4e3c4ea789c2dcf89cc2b3c66f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
@@ -87,7 +87,7 @@ public class NotificationConstants {
static final String GROUP_WEB_PREFIX = "Web:";
// Notification channel ids.
- public static final String CATEGORY_ID_BROWSER = "browser";
- public static final String CATEGORY_ID_SITES = "sites";
- public static final String CATEGORY_GROUP_ID_GENERAL = "general";
+ public static final String CHANNEL_ID_BROWSER = "browser";
+ public static final String CHANNEL_ID_SITES = "sites";
+ public static final String CHANNEL_GROUP_ID_GENERAL = "general";
}

Powered by Google App Engine
This is Rietveld 408576698