| Index: content/child/service_worker/service_worker_dispatcher.h
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
|
| index 28b9f4f98677b0094ab07abfcd9bcd53f32c5629..b7bf039fdee6d7a5398b613e9c073dae80764ac5 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -68,7 +68,11 @@ class CONTENT_EXPORT ServiceWorkerDispatcher
|
| const GURL& pattern,
|
| const GURL& script_url,
|
| WebServiceWorkerRegistrationCallbacks* callbacks);
|
| - // Corresponds to navigator.serviceWorker.unregister()
|
| + // Corresponds to ServiceWorkerRegistration.update()
|
| + void UpdateServiceWorker(
|
| + int provider_id,
|
| + const GURL& pattern);
|
| + // Corresponds to ServiceWorkerRegistration.unregister()
|
| void UnregisterServiceWorker(
|
| int provider_id,
|
| const GURL& pattern,
|
|
|