| Index: content/child/service_worker/service_worker_registration_handle_reference.h
|
| diff --git a/content/child/service_worker/service_worker_registration_handle_reference.h b/content/child/service_worker/service_worker_registration_handle_reference.h
|
| index 066c89f4fb8ef20af3b3afbcf2e49c4f79ff7d3c..605094d36066b5a9e81a8796b9ef98376f945b70 100644
|
| --- a/content/child/service_worker/service_worker_registration_handle_reference.h
|
| +++ b/content/child/service_worker/service_worker_registration_handle_reference.h
|
| @@ -30,6 +30,7 @@ class ServiceWorkerRegistrationHandleReference {
|
|
|
| ~ServiceWorkerRegistrationHandleReference();
|
|
|
| + const ServiceWorkerRegistrationObjectInfo& info() const { return info_; }
|
| int handle_id() const { return info_.handle_id; }
|
| GURL scope() const { return info_.scope; }
|
|
|
|
|