| Index: content/child/service_worker/web_service_worker_provider_impl.h
|
| diff --git a/content/child/service_worker/web_service_worker_provider_impl.h b/content/child/service_worker/web_service_worker_provider_impl.h
|
| index 3dfd259f595c373edd96bb5a3d47da1ee4ca99bd..81a74af69af9920c9f845d0182194031df2b6d37 100644
|
| --- a/content/child/service_worker/web_service_worker_provider_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_provider_impl.h
|
| @@ -42,6 +42,8 @@ class WebServiceWorkerProviderImpl
|
|
|
| virtual void getRegistration(const blink::WebURL& document_url,
|
| WebServiceWorkerGetRegistrationCallbacks*);
|
| + virtual void getReadyRegistration(
|
| + WebServiceWorkerGetReadyRegistrationCallbacks*);
|
|
|
| ServiceWorkerProviderContext* context() { return context_.get(); }
|
|
|
|
|