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

Unified Diff: Source/modules/notifications/ServiceWorkerRegistrationNotifications.h

Issue 1005353002: Add data property in persistent web notification (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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: Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
diff --git a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
index 688fd3d1a424b055bef960bc88ed928d4a4df32f..251d6e7229569c01dd745939cb5c30cefedc6e74 100644
--- a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
+++ b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
@@ -10,12 +10,13 @@
namespace blink {
+class ExceptionState;
class NotificationOptions;
class ScriptState;
class ServiceWorkerRegistrationNotifications {
public:
- static ScriptPromise showNotification(ScriptState*, ServiceWorkerRegistration&, const String& title, const NotificationOptions&);
+ static ScriptPromise showNotification(ScriptState*, ServiceWorkerRegistration&, const String& title, const NotificationOptions&, ExceptionState&);
};
} // namespace blink
« no previous file with comments | « Source/modules/notifications/Notification.cpp ('k') | Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698