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

Unified Diff: Source/modules/background_sync/PeriodicSyncEvent.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/PeriodicSyncEvent.idl
diff --git a/Source/modules/background_sync/SyncEvent.idl b/Source/modules/background_sync/PeriodicSyncEvent.idl
similarity index 57%
copy from Source/modules/background_sync/SyncEvent.idl
copy to Source/modules/background_sync/PeriodicSyncEvent.idl
index ae8a87456ecffa5212cbdb146ac76a395fd92237..826fb6c4ca45ecde0d1ed65259511a5d7e6c3bdb 100644
--- a/Source/modules/background_sync/SyncEvent.idl
+++ b/Source/modules/background_sync/PeriodicSyncEvent.idl
@@ -3,9 +3,9 @@
// found in the LICENSE file.
[
- Constructor(DOMString type, SyncEventInit init),
+ Constructor(DOMString type, PeriodicSyncEventInit init),
Exposed=ServiceWorker,
RuntimeEnabled=BackgroundSync,
-] interface SyncEvent : ExtendableEvent {
- readonly attribute SyncRegistration registration;
+] interface PeriodicSyncEvent : ExtendableEvent {
+ readonly attribute PeriodicSyncRegistration registration;
};
« no previous file with comments | « Source/modules/background_sync/PeriodicSyncEvent.cpp ('k') | Source/modules/background_sync/PeriodicSyncEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698