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

Unified Diff: Source/modules/background_sync/ServiceWorkerRegistrationSync.idl

Issue 1096503002: [Background Sync] Converting Blink code to the MVP API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Unregister method requires the sync registration tag Created 5 years, 8 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/background_sync/ServiceWorkerRegistrationSync.idl
diff --git a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
index 7391d985d29da763bac9afc09adcb4ecf2987cb5..ee4ad724fc1549be2a2b37e3cb16cebf37a1bc6f 100644
--- a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
+++ b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl
@@ -6,5 +6,6 @@
Exposed=(Window, ServiceWorker),
RuntimeEnabled=BackgroundSync,
] partial interface ServiceWorkerRegistration {
- [MeasureAs=BackgroundSync] readonly attribute SyncManager syncManager;
+ [MeasureAs=BackgroundSync] readonly attribute SyncManager sync;
+ [MeasureAs=BackgroundSync] readonly attribute PeriodicSyncManager periodicSync;
};
« no previous file with comments | « Source/modules/background_sync/ServiceWorkerRegistrationSync.cpp ('k') | Source/modules/background_sync/SyncCallbacks.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698