Chromium Code Reviews| 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..ad1f9188454cb37136721570bdb6052985010aa0 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() |
|
kinuko
2015/06/11 03:50:36
nit: It's not only in your change but it's good to
nhiroki
2015/06/11 05:48:34
Done.
|
| + void UpdateServiceWorker( |
| + int provider_id, |
| + int64 registration_id); |
| + // Corresponds to ServiceWorkerRegistration.unregister() |
| void UnregisterServiceWorker( |
| int provider_id, |
| const GURL& pattern, |