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 521d7de9436ab25c28c0346ea053f47877d9f5a5..dc9263215ee06d96444785e781458bc52cebf8b6 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 |
@@ -59,4 +59,11 @@ public class NotificationConstants { |
* Key for retrieving the results of user input from notification text action intents. |
*/ |
static final String KEY_TEXT_REPLY = "key_text_reply"; |
+ |
+ // Notification groups for features that show notifications to the user. |
+ public static final String GROUP_DOWNLOADS = "Downloads"; |
+ public static final String GROUP_INCOGNITO = "Incognito"; |
+ public static final String GROUP_MEDIA_PLAYBACK = "MediaPlayback"; |
+ public static final String GROUP_MEDIA_PRESENTATION = "MediaPresentation"; |
+ public static final String GROUP_MEDIA_REMOTE = "MediaRemote"; |
} |