Index: content/common/background_sync_service.mojom |
diff --git a/content/common/background_sync_service.mojom b/content/common/background_sync_service.mojom |
index 7003a59fa0e1845a938e20eb3e687ff199d81b66..c8299603689dd298bdbe6bc1fa3ae861dfa0106a 100644 |
--- a/content/common/background_sync_service.mojom |
+++ b/content/common/background_sync_service.mojom |
@@ -18,8 +18,7 @@ |
}; |
interface BackgroundSyncService { |
- Register(SyncRegistration options, int64 service_worker_registration_id, |
- bool requested_from_service_worker) |
+ Register(SyncRegistration options, int64 service_worker_registration_id) |
=> (BackgroundSyncError err, SyncRegistration options); |
GetRegistration(BackgroundSyncPeriodicity periodicity, string tag, |
int64 service_worker_registration_id) |