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..7003a59fa0e1845a938e20eb3e687ff199d81b66 100644 |
--- a/content/common/background_sync_service.mojom |
+++ b/content/common/background_sync_service.mojom |
@@ -18,7 +18,8 @@ enum BackgroundSyncError { |
}; |
interface BackgroundSyncService { |
- Register(SyncRegistration options, int64 service_worker_registration_id) |
+ Register(SyncRegistration options, int64 service_worker_registration_id, |
+ bool requested_from_service_worker) |
Tom Sepez
2015/08/31 18:58:13
Is this sent by both renderers and SWs? If so, wh
iclelland
2015/08/31 19:16:29
This value is sent by the renderer, based on wheth
|
=> (BackgroundSyncError err, SyncRegistration options); |
GetRegistration(BackgroundSyncPeriodicity periodicity, string tag, |
int64 service_worker_registration_id) |