| Index: content/child/service_worker/web_service_worker_registration_impl.cc
|
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.cc b/content/child/service_worker/web_service_worker_registration_impl.cc
|
| index 833d22b9d4571ff113c249be635a4ad1f78b53d4..12db5310dad9ac71ac55eb2383b601ff0ce5d071 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.cc
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.cc
|
| @@ -112,4 +112,8 @@ blink::WebURL WebServiceWorkerRegistrationImpl::scope() const {
|
| return handle_ref_->scope();
|
| }
|
|
|
| +int64 WebServiceWorkerRegistrationImpl::registration_id() const {
|
| + return handle_ref_->registration_id();
|
| +}
|
| +
|
| } // namespace content
|
|
|