| 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 37e99b1ae0f7d3aa7b075150349faacb66a19f4b..c9d24a931adba26466d15ce60ce30a93169e98a3 100644
|
| --- a/content/child/service_worker/web_service_worker_provider_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_provider_impl.h
|
| @@ -35,6 +35,8 @@ class WebServiceWorkerProviderImpl
|
| const blink::WebURL& script_url,
|
| WebServiceWorkerRegistrationCallbacks*);
|
|
|
| + virtual void updateServiceWorker(const blink::WebURL& pattern);
|
| +
|
| virtual void unregisterServiceWorker(
|
| const blink::WebURL& pattern,
|
| WebServiceWorkerUnregistrationCallbacks*);
|
|
|