| Index: Source/modules/background_sync/SyncRegistration.idl
|
| diff --git a/Source/modules/background_sync/SyncRegistration.idl b/Source/modules/background_sync/SyncRegistration.idl
|
| index c452a4a9bd0d0985de7e6275c42faea8e2c5d08b..171e3e49a46af4ad6f66fcb1d8e167295789ccbf 100644
|
| --- a/Source/modules/background_sync/SyncRegistration.idl
|
| +++ b/Source/modules/background_sync/SyncRegistration.idl
|
| @@ -7,12 +7,6 @@
|
| GarbageCollected,
|
| RuntimeEnabled=BackgroundSync,
|
| ] interface SyncRegistration {
|
| - readonly attribute DOMString id;
|
| - readonly attribute unsigned long minDelay;
|
| - readonly attribute unsigned long maxDelay;
|
| - readonly attribute unsigned long minPeriod;
|
| - readonly attribute SyncNetworkType minRequiredNetwork;
|
| - readonly attribute boolean allowOnBattery;
|
| - readonly attribute boolean idleRequired;
|
| + [RuntimeEnabled=BackgroundSyncV2] readonly attribute DOMString tag;
|
| [CallWith=ScriptState] Promise<boolean> unregister();
|
| };
|
|
|