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

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

Issue 963683002: Add IDL and initial Blink API for Background Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add OWNERS for platform/modules/background_sync Created 5 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: Source/modules/background_sync/SyncEventInit.idl
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/modules/background_sync/SyncEventInit.idl
similarity index 66%
copy from Source/modules/app_banner/BeforeInstallPromptEventInit.idl
copy to Source/modules/background_sync/SyncEventInit.idl
index 5fac0385bbc7f9eb5d4ec14dee29c984c248d400..1ab9d737c8300b4832264ca8e073ca93f88c2d24 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
+++ b/Source/modules/background_sync/SyncEventInit.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 SyncEventInit : ExtendableEventInit {
+ SyncRegistration registration;
};

Powered by Google App Engine
This is Rietveld 408576698