| Index: content/child/service_worker/web_service_worker_registration_impl.h
|
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
|
| index 499047489f49804012fa2a257298b8495b7d98bb..252a2d0ff0b3b6f2430fd36967ab168e0ac8c588 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h
|
| @@ -48,6 +48,7 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
|
| void OnUpdateFound();
|
|
|
| // blink::WebServiceWorkerRegistration overrides.
|
| + int64_t registrationId() override;
|
| void setProxy(blink::WebServiceWorkerRegistrationProxy* proxy) override;
|
| blink::WebServiceWorkerRegistrationProxy* proxy() override;
|
| blink::WebURL scope() const override;
|
|
|