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

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

Issue 2132023002: Store the notification id as a string for Android notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_api
Patch Set: Created 4 years, 5 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 a0b7913189d03dcc533d23c40111b4da16bfa9c1..d44b897930d4bbacd062f053773ef0e4f6b962ca 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
@@ -24,7 +24,7 @@ public class NotificationConstants {
* Names of the Intent extras used for Intents related to notifications. These intents are set
* and owned by Chromium.
*/
- public static final String EXTRA_PERSISTENT_NOTIFICATION_ID = "notification_persistent_id";
+ public static final String EXTRA_NOTIFICATION_ID = "notification_id";
public static final String EXTRA_NOTIFICATION_INFO_ORIGIN = "notification_info_origin";
public static final String EXTRA_NOTIFICATION_INFO_PROFILE_ID = "notification_info_profile_id";
public static final String EXTRA_NOTIFICATION_INFO_PROFILE_INCOGNITO =

Powered by Google App Engine
This is Rietveld 408576698