| 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 3feb71b40c56be9559c311b9e4672f46ba7593b7..9bf5dc3961676bc321461a25095d277a79de0140 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h
|
| @@ -39,6 +39,7 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
|
| virtual void setProxy(blink::WebServiceWorkerRegistrationProxy* proxy);
|
| virtual blink::WebServiceWorkerRegistrationProxy* proxy();
|
| virtual blink::WebURL scope() const;
|
| + virtual void update(blink::WebServiceWorkerProvider* provider);
|
|
|
| int64 registration_id() const;
|
|
|
|
|