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

Unified Diff: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl

Issue 2866023003: Update Notification and Background Sync partial interface exposure (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
index bb5330bef6bdaf97169b6ccadf4300c69b517804..11e9b7d968a6f3d7de781b6c49fe97cded90cc22 100644
--- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
+++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
@@ -5,7 +5,7 @@
// https://notifications.spec.whatwg.org/#service-worker-api
[
- Exposed=(Window, ServiceWorker),
+ Exposed=(Window,Worker),
RuntimeEnabled=Notifications
] partial interface ServiceWorkerRegistration {
[CallWith=ScriptState, RaisesException] Promise showNotification(DOMString title, optional NotificationOptions options);
« no previous file with comments | « third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698