| 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 234b734e0fbc0e9e0528c27e236ba008745e6218..b9ce0b03f0075261bdaef3340d3846d1b7ba1d91 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -89,6 +89,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcher : public WorkerThread::Observer {
|
| int provider_id,
|
| const GURL& pattern,
|
| const GURL& script_url,
|
| + blink::WebServiceWorkerUpdateViaCache update_via_cache,
|
| std::unique_ptr<WebServiceWorkerRegistrationCallbacks> callbacks);
|
| // Corresponds to ServiceWorkerRegistration.update().
|
| void UpdateServiceWorker(
|
|
|