summaryrefslogtreecommitdiffstats
path: root/content/browser/background_sync/background_sync_service_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/background_sync/background_sync_service_impl.h')
-rw-r--r--content/browser/background_sync/background_sync_service_impl.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/content/browser/background_sync/background_sync_service_impl.h b/content/browser/background_sync/background_sync_service_impl.h
index a585517..8a28714 100644
--- a/content/browser/background_sync/background_sync_service_impl.h
+++ b/content/browser/background_sync/background_sync_service_impl.h
@@ -57,17 +57,15 @@ class CONTENT_EXPORT BackgroundSyncServiceImpl
int64_t sw_registration_id,
const GetPermissionStatusCallback& callback) override;
- void OnRegisterResult(
- const RegisterCallback& callback,
- BackgroundSyncManager::ErrorType error,
- const BackgroundSyncManager::BackgroundSyncRegistration& result);
+ void OnRegisterResult(const RegisterCallback& callback,
+ BackgroundSyncManager::ErrorType error,
+ const BackgroundSyncRegistration& result);
void OnUnregisterResult(const UnregisterCallback& callback,
BackgroundSyncManager::ErrorType error);
void OnGetRegistrationsResult(
const GetRegistrationsCallback& callback,
BackgroundSyncManager::ErrorType error,
- const std::vector<BackgroundSyncManager::BackgroundSyncRegistration>&
- result);
+ const std::vector<BackgroundSyncRegistration>& result);
scoped_refptr<BackgroundSyncContextImpl> background_sync_context_;
mojo::StrongBinding<BackgroundSyncService> binding_;