| 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..19e9bbd64e5778f0decf8e3efa6d7897ca1a42fa 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) const;
|
|
|
| int64 registration_id() const;
|
|
|
|
|