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

Unified Diff: chrome/browser/notifications/persistent_notification_delegate.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
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/persistent_notification_delegate.h
diff --git a/chrome/browser/notifications/persistent_notification_delegate.h b/chrome/browser/notifications/persistent_notification_delegate.h
index a846280e44dc18911bcd2e9bdb84df2aaab886ec..28e9420051033cee3040385fbb8d80bdf29b4b0d 100644
--- a/chrome/browser/notifications/persistent_notification_delegate.h
+++ b/chrome/browser/notifications/persistent_notification_delegate.h
@@ -26,6 +26,14 @@ class PersistentNotificationDelegate : public NotificationDelegate {
const GURL& origin,
const content::PlatformNotificationData& notification_data);
+ int64 service_worker_registration_id() const {
+ return service_worker_registration_id_;
+ }
+
+ const content::PlatformNotificationData& notification_data() const {
+ return notification_data_;
+ }
+
// NotificationDelegate implementation.
void Display() override;
void Close(bool by_user) override;
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698