| Index: content/child/background_sync/background_sync_provider.h
|
| diff --git a/content/child/background_sync/background_sync_provider.h b/content/child/background_sync/background_sync_provider.h
|
| index f09a2e073f544d3af6089e45a9515e82a161c74d..43d54d5393cf5e9b6a370978de06b7890af78afe 100644
|
| --- a/content/child/background_sync/background_sync_provider.h
|
| +++ b/content/child/background_sync/background_sync_provider.h
|
| @@ -31,6 +31,7 @@ class BackgroundSyncProvider : public blink::WebSyncProvider {
|
| void registerBackgroundSync(
|
| const blink::WebSyncRegistration* options,
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
| + bool requested_from_service_worker,
|
| blink::WebSyncRegistrationCallbacks* callbacks);
|
| void unregisterBackgroundSync(
|
| blink::WebSyncRegistration::Periodicity periodicity,
|
|
|