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

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

Issue 993893002: Add the data attribute to the Notification object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: [WIP] modified wrong comment. 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..f554a34b3b48fe6df1190c9d020cd0f6037b973f 100644
--- a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
+++ b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
@@ -15,7 +15,7 @@ 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

Powered by Google App Engine
This is Rietveld 408576698