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 51d51ebb41e3202c4d2920ecc26949a06eeaa069..0a08164d403230a075ab25b6c9bfa4a4a3e1cfdb 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( |