| Index: content/common/background_sync_service.mojom
|
| diff --git a/content/common/background_sync_service.mojom b/content/common/background_sync_service.mojom
|
| index 8321ae9dc7dccaa479d14e538c63500ddedc939d..1e228ef77b4507f77a131d21aa6355197094f730 100644
|
| --- a/content/common/background_sync_service.mojom
|
| +++ b/content/common/background_sync_service.mojom
|
| @@ -6,6 +6,7 @@ module content;
|
|
|
| import "content/public/common/background_sync.mojom";
|
| import "content/public/common/permission_status.mojom";
|
| +import "content/public/common/service_worker_event_status.mojom";
|
|
|
| enum BackgroundSyncError {
|
| NONE,
|
| @@ -31,7 +32,8 @@ interface BackgroundSyncService {
|
| => (BackgroundSyncError err, PermissionStatus status);
|
| };
|
|
|
| -interface BackgoundSyncServiceClient {
|
| - Sync(SyncRegistration event);
|
| +interface BackgroundSyncServiceClient {
|
| + Sync(SyncRegistration registration, int32 thread_id)
|
| + => (ServiceWorkerEventStatus status);
|
| };
|
|
|
|
|