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

Unified Diff: chrome/browser/notifications/notification_platform_bridge_android.h

Issue 2418153002: Hooking up Android N inline notification replies end-to-end (Closed)
Patch Set: Reformat getNotificationReply Created 4 years, 2 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/browser/notifications/notification_platform_bridge_android.h
diff --git a/chrome/browser/notifications/notification_platform_bridge_android.h b/chrome/browser/notifications/notification_platform_bridge_android.h
index ac0e6eddce1a8735b394b06fe8f95224fe9fc493..301338deb0aac23e44f09d31f81aff8e6c1ba547 100644
--- a/chrome/browser/notifications/notification_platform_bridge_android.h
+++ b/chrome/browser/notifications/notification_platform_bridge_android.h
@@ -47,7 +47,8 @@ class NotificationPlatformBridgeAndroid : public NotificationPlatformBridge {
jboolean incognito,
const base::android::JavaParamRef<jstring>& java_tag,
const base::android::JavaParamRef<jstring>& java_webapk_package,
- jint action_index);
+ jint action_index,
+ const base::android::JavaParamRef<jstring>& java_reply);
// Called by the Java implementation when the notification has been closed.
void OnNotificationClosed(

Powered by Google App Engine
This is Rietveld 408576698