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

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

Issue 839533004: Store serialized notification data as an Intent extra on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_ui_manager_android.h
diff --git a/chrome/browser/notifications/notification_ui_manager_android.h b/chrome/browser/notifications/notification_ui_manager_android.h
index 423c4c7b2ba9d688d52e220fd8a1b7032acdb58e..159aefc410d856b3ae711c5ac6103ae8e87b8e09 100644
--- a/chrome/browser/notifications/notification_ui_manager_android.h
+++ b/chrome/browser/notifications/notification_ui_manager_android.h
@@ -25,7 +25,8 @@ class NotificationUIManagerAndroid : public NotificationUIManager {
// Called by the Java implementation when a notification has been clicked on.
bool OnNotificationClicked(JNIEnv* env,
jobject java_object,
- jstring notification_id);
+ jstring notification_id,
+ jbyteArray serialized_notification_data);
// Called by the Java implementation when a notification has been closed.
bool OnNotificationClosed(JNIEnv* env,

Powered by Google App Engine
This is Rietveld 408576698