| 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 57722cddc8136170dc288929871138bcf0eb41a7..8e77152d5bc5e63c609de9decfdec7d4a75aef04 100644
|
| --- a/content/child/service_worker/web_service_worker_provider_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_provider_impl.h
|
| @@ -35,9 +35,10 @@ class WebServiceWorkerProviderImpl
|
| const blink::WebURL& script_url,
|
| WebServiceWorkerRegistrationCallbacks*);
|
|
|
| + // TODO(nhiroki): Remove this after http://crbug.com/500404 is fixed.
|
| virtual void unregisterServiceWorker(
|
| const blink::WebURL& pattern,
|
| - WebServiceWorkerUnregistrationCallbacks*);
|
| + blink::WebCallbacks<bool, blink::WebServiceWorkerError>*);
|
|
|
| virtual void getRegistration(const blink::WebURL& document_url,
|
| WebServiceWorkerGetRegistrationCallbacks*);
|
|
|