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

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

Issue 2337963003: Plumb through notification action types and placeholders on Android (Closed)
Patch Set: Put =default back in .cc file Created 4 years, 3 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 d44b897930d4bbacd062f053773ef0e4f6b962ca..521d7de9436ab25c28c0346ea053f47877d9f5a5 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
@@ -54,4 +54,9 @@ public class NotificationConstants {
* developer specified tag.
*/
public static final String NOTIFICATION_TAG_SEPARATOR = ";";
+
+ /**
+ * Key for retrieving the results of user input from notification text action intents.
+ */
+ static final String KEY_TEXT_REPLY = "key_text_reply";
}

Powered by Google App Engine
This is Rietveld 408576698