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 674568dd5a5fdd49661d6d3ec46175aa3e24d739..b5aa541e6484a8219fb7365bcae380a7f712e143 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,6 +15,10 @@ public class NotificationConstants { |
"org.chromium.chrome.browser.notifications.CLOSE_NOTIFICATION"; |
public static final String EXTRA_NOTIFICATION_ID = "notification_id"; |
+ |
+ // TODO(peter): Remove these extras once Notifications are powered by a database on the |
+ // native side, that contains all the additional information. |
+ public static final String EXTRA_NOTIFICATION_PLATFORM_ID = "notification_platform_id"; |
public static final String EXTRA_NOTIFICATION_DATA = "notification_data"; |
/** |