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

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

Issue 2702023002: Migrate web notifications to ChromeNotificationBuilder (Closed)
Patch Set: 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 f69b76e79744374c69a4cfb47e170f295ea39b0f..97fcbd0ea7b5f84eaa46c2caf8f4263240ce4d2f 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
@@ -79,5 +79,6 @@ public class NotificationConstants {
static final String GROUP_WEB_PREFIX = "Web:";
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