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

Unified Diff: Source/modules/background_sync/PeriodicSyncEventInit.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/PeriodicSyncEventInit.idl
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/modules/background_sync/PeriodicSyncEventInit.idl
similarity index 60%
copy from Source/modules/app_banner/BeforeInstallPromptEventInit.idl
copy to Source/modules/background_sync/PeriodicSyncEventInit.idl
index fc66cc8d9a905f64723a05065d055c7281fae321..60d2b728b8a9eea69f187c8524845b5210a8c763 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
+++ b/Source/modules/background_sync/PeriodicSyncEventInit.idl
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-dictionary BeforeInstallPromptEventInit : EventInit {
- sequence<DOMString> platforms;
+dictionary PeriodicSyncEventInit : ExtendableEventInit {
+ required PeriodicSyncRegistration registration;
};
« no previous file with comments | « Source/modules/background_sync/PeriodicSyncEvent.idl ('k') | Source/modules/background_sync/PeriodicSyncManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698