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

Unified Diff: third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl

Issue 1437883002: [Background Sync] Align exposed API with spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src@remove-periodic
Patch Set: Rebase Created 5 years, 1 month 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: third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
diff --git a/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl b/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
index df44f64a8a8bd4b0127b13baacc72209421d5778..1a2a804949ae7d82f2ed42a22f9d047d7f29ad8e 100644
--- a/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
+++ b/third_party/WebKit/Source/modules/background_sync/SyncEventInit.idl
@@ -3,6 +3,6 @@
// found in the LICENSE file.
dictionary SyncEventInit : ExtendableEventInit {
- required SyncRegistration registration;
- required boolean lastChance;
+ required DOMString tag;
+ boolean lastChance = false;
};

Powered by Google App Engine
This is Rietveld 408576698