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

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: Make sure ids are 64 bit; fix formatting anomaly 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 5fac0385bbc7f9eb5d4ec14dee29c984c248d400..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 {
- DOMString platform = "web";
+dictionary PeriodicSyncEventInit : ExtendableEventInit {
+ required PeriodicSyncRegistration registration;
};

Powered by Google App Engine
This is Rietveld 408576698