Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: content/child/service_worker/service_worker_dispatcher.h

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..86753b36ee892c3e16f233837e3bcc1b74734d2f 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,
+ bool use_cache,
std::unique_ptr<WebServiceWorkerRegistrationCallbacks> callbacks);
// Corresponds to ServiceWorkerRegistration.update().
void UpdateServiceWorker(

Powered by Google App Engine
This is Rietveld 408576698