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 5c6cabe573209ca19149d42d47dfb5c1e9af6902..15826c7c92df1e4e94ed0181b33837c32f23a2f6 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.h |
+++ b/content/child/service_worker/service_worker_dispatcher.h |
@@ -87,6 +87,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( |