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 06457ed871f6a0d70de4f5f0d825d8a6850ccfe9..7b7e4d7b20370c9843c205f5aca006ae4328e36c 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 |
@@ -15,4 +15,5 @@ public class NotificationConstants { |
"org.chromium.chrome.browser.notifications.CLOSE_NOTIFICATION"; |
public static final String EXTRA_NOTIFICATION_ID = "notification_id"; |
+ public static final String EXTRA_NOTIFICATION_DATA = "notification_data"; |
} |