| Index: content/child/service_worker/service_worker_dispatcher.cc
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.cc b/content/child/service_worker/service_worker_dispatcher.cc
|
| index d1c72a716e2b3c406c63ce314cabac8b32a4de67..2c921a286befb455d142c4dbb8b8413f31f463c7 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.cc
|
| +++ b/content/child/service_worker/service_worker_dispatcher.cc
|
| @@ -130,6 +130,12 @@ void ServiceWorkerDispatcher::RegisterServiceWorker(
|
| CurrentWorkerId(), request_id, provider_id, pattern, script_url));
|
| }
|
|
|
| +void ServiceWorkerDispatcher::UpdateServiceWorker(int provider_id,
|
| + int64 registration_id) {
|
| + thread_safe_sender_->Send(new ServiceWorkerHostMsg_UpdateServiceWorker(
|
| + provider_id, registration_id));
|
| +}
|
| +
|
| void ServiceWorkerDispatcher::UnregisterServiceWorker(
|
| int provider_id,
|
| const GURL& pattern,
|
|
|