| Index: content/browser/background_sync/background_sync_service_impl.h
|
| diff --git a/content/browser/background_sync/background_sync_service_impl.h b/content/browser/background_sync/background_sync_service_impl.h
|
| index a5b6d184e06ecb54791856caa48885bf331aa30c..77df3b6a37935cbf94cbb3271b873719f2990b2f 100644
|
| --- a/content/browser/background_sync/background_sync_service_impl.h
|
| +++ b/content/browser/background_sync/background_sync_service_impl.h
|
| @@ -39,15 +39,12 @@ class CONTENT_EXPORT BackgroundSyncServiceImpl
|
| void Unregister(BackgroundSyncRegistrationHandle::HandleId handle_id,
|
| int64_t sw_registration_id,
|
| const UnregisterCallback& callback) override;
|
| - void GetRegistration(BackgroundSyncPeriodicity periodicity,
|
| - const mojo::String& tag,
|
| + void GetRegistration(const mojo::String& tag,
|
| int64_t sw_registration_id,
|
| const GetRegistrationCallback& callback) override;
|
| - void GetRegistrations(BackgroundSyncPeriodicity periodicity,
|
| - int64_t sw_registration_id,
|
| + void GetRegistrations(int64_t sw_registration_id,
|
| const GetRegistrationsCallback& callback) override;
|
| void GetPermissionStatus(
|
| - BackgroundSyncPeriodicity periodicity,
|
| int64_t sw_registration_id,
|
| const GetPermissionStatusCallback& callback) override;
|
| void DuplicateRegistrationHandle(
|
|
|