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 = |