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

Unified Diff: modules/background_sync/SyncEvent.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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: modules/background_sync/SyncEvent.idl
diff --git a/modules/background_sync/SyncEvent.idl b/modules/background_sync/SyncEvent.idl
index ae8a87456ecffa5212cbdb146ac76a395fd92237..f663de05ba535d0cb78134a68f5fc68235eaf9a6 100644
--- a/modules/background_sync/SyncEvent.idl
+++ b/modules/background_sync/SyncEvent.idl
@@ -7,5 +7,6 @@
Exposed=ServiceWorker,
RuntimeEnabled=BackgroundSync,
] interface SyncEvent : ExtendableEvent {
- readonly attribute SyncRegistration registration;
+ readonly attribute DOMString tag;
+ readonly attribute boolean lastChance;
};
« no previous file with comments | « modules/background_sync/ServiceWorkerRegistrationSync.idl ('k') | modules/background_sync/SyncEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698