| Index: content/common/background_sync_service.mojom
|
| diff --git a/content/common/background_sync_service.mojom b/content/common/background_sync_service.mojom
|
| index b0bb88cbda145c69fdb2277fd06a26a6be5e6a90..bdf0706b67ecfd4eee2afe6a6d80b599f32979a9 100644
|
| --- a/content/common/background_sync_service.mojom
|
| +++ b/content/common/background_sync_service.mojom
|
| @@ -5,7 +5,7 @@
|
| module content;
|
|
|
| import "content/public/common/background_sync.mojom";
|
| -import "content/public/common/permission_status.mojom";
|
| +import "components/permission/public/interfaces/permission_status.mojom";
|
| import "content/public/common/service_worker_event_status.mojom";
|
|
|
| enum BackgroundSyncError {
|
| @@ -40,7 +40,7 @@ interface BackgroundSyncService {
|
| => (BackgroundSyncError err);
|
| GetPermissionStatus(BackgroundSyncPeriodicity periodicity,
|
| int64 service_worker_registration_id)
|
| - => (BackgroundSyncError err, PermissionStatus status);
|
| + => (BackgroundSyncError err, permission.Status status);
|
| DuplicateRegistrationHandle(int64 handle_id)
|
| => (BackgroundSyncError err, SyncRegistration? registration);
|
| ReleaseRegistration(int64 handle_id);
|
|
|