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

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

Issue 2699253003: Abstracting over Notification.Builder + NotificationCompat.Builder (Closed)
Patch Set: remove erroneously added methods from rebase Created 3 years, 10 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 366cb54213206ffa2d8a6cceff00616729325fef..f69b76e79744374c69a4cfb47e170f295ea39b0f 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
@@ -77,4 +77,7 @@ public class NotificationConstants {
// Web notification group names are set dynamically as this prefix + notification origin.
// For example, 'Web:chromium.org' for a notification from chromium.org.
static final String GROUP_WEB_PREFIX = "Web:";
+
+ public static final String CATEGORY_ID_BROWSER = "browser";
+ public static final String CATEGORY_GROUP_ID_GENERAL = "general";
}

Powered by Google App Engine
This is Rietveld 408576698