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

Unified Diff: third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.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 | « no previous file | third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
diff --git a/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl b/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
index 0620451ec51ca5618cf9ce60ec8545a2250a9eb2..3dfd3392e84b0cb07252d33d0898edf34c87c187 100644
--- a/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
+++ b/third_party/WebKit/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
- Exposed=(Window, ServiceWorker),
+ Exposed=(Window,Worker),
RuntimeEnabled=BackgroundSync,
] partial interface ServiceWorkerRegistration {
[MeasureAs=BackgroundSync] readonly attribute SyncManager sync;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698