Index: content/child/service_worker/service_worker_provider_context.h |
diff --git a/content/child/service_worker/service_worker_provider_context.h b/content/child/service_worker/service_worker_provider_context.h |
index e858ea9e743e843e544d1913fa2b11e0312fcb9c..b54c7993ff18e0a9637f6ab872c57fde99b1b71e 100644 |
--- a/content/child/service_worker/service_worker_provider_context.h |
+++ b/content/child/service_worker/service_worker_provider_context.h |
@@ -48,9 +48,10 @@ class ServiceWorkerProviderContext |
int provider_id() const { return provider_id_; } |
ServiceWorkerHandleReference* controller(); |
- ServiceWorkerRegistrationHandleReference* registration(); |
- ServiceWorkerVersionAttributes GetVersionAttributes(); |
+ bool GetRegistrationInfoAndVersionAttributes( |
+ ServiceWorkerRegistrationObjectInfo* info, |
+ ServiceWorkerVersionAttributes* attrs); |
void SetVersionAttributes(ChangedVersionAttributesMask mask, |
const ServiceWorkerVersionAttributes& attrs); |