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

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

Issue 2765003002: [Android O] Upstreaming notification channels code (Closed)
Patch Set: Rebase + update tag 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 84b5fff48401703942a2d45af3a1f0d5c8257a4e..39601f238c0c950936c7895781dab20003b3f1a0 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
@@ -86,6 +86,7 @@ public class NotificationConstants {
// For example, 'Web:chromium.org' for a notification from chromium.org.
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";

Powered by Google App Engine
This is Rietveld 408576698