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

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

Issue 2619433003: Group Downloads notifications, and separate Incognito (Closed)
Patch Set: Comments Created 3 years, 11 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 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";
}

Powered by Google App Engine
This is Rietveld 408576698