| Index: content/common/background_sync_service.mojom
|
| diff --git a/content/common/background_sync_service.mojom b/content/common/background_sync_service.mojom
|
| index c8299603689dd298bdbe6bc1fa3ae861dfa0106a..a98e672956ddad381c24b8bc2aea33efaeb8186e 100644
|
| --- a/content/common/background_sync_service.mojom
|
| +++ b/content/common/background_sync_service.mojom
|
| @@ -26,11 +26,13 @@ interface BackgroundSyncService {
|
| GetRegistrations(BackgroundSyncPeriodicity periodicity,
|
| int64 service_worker_registration_id)
|
| => (BackgroundSyncError err, array<SyncRegistration> registrations);
|
| - Unregister(BackgroundSyncPeriodicity periodicity, int64 id, string tag,
|
| + Unregister(BackgroundSyncPeriodicity periodicity, int64 id,
|
| int64 service_worker_registration_id) => (BackgroundSyncError err);
|
| GetPermissionStatus(BackgroundSyncPeriodicity periodicity,
|
| int64 service_worker_registration_id)
|
| => (BackgroundSyncError err, PermissionStatus status);
|
| + TrackRegistration(SyncRegistration registration);
|
| + ReleaseRegistration(int64 sync_id);
|
| };
|
|
|
| interface BackgroundSyncServiceClient {
|
|
|