Index: modules/background_sync/SyncRegistrationOptions.idl |
diff --git a/modules/background_sync/SyncRegistrationOptions.idl b/modules/background_sync/SyncRegistrationOptions.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6e1abbcb4db81dfa3d24b171962b870c4c0b7f68 |
--- /dev/null |
+++ b/modules/background_sync/SyncRegistrationOptions.idl |
@@ -0,0 +1,9 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+[ |
+ RuntimeEnabled=BackgroundSyncV2, |
+] dictionary SyncRegistrationOptions { |
+ DOMString tag; |
+}; |