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

Unified Diff: content/child/service_worker/web_service_worker_provider_impl.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/web_service_worker_provider_impl.h
diff --git a/content/child/service_worker/web_service_worker_provider_impl.h b/content/child/service_worker/web_service_worker_provider_impl.h
index d60a29c3c60a56680144384d557368110c7d76ce..19ba62dde6ecf66bb86f9bd9e75692de8f6643c2 100644
--- a/content/child/service_worker/web_service_worker_provider_impl.h
+++ b/content/child/service_worker/web_service_worker_provider_impl.h
@@ -37,6 +37,7 @@ class WebServiceWorkerProviderImpl
void registerServiceWorker(
const blink::WebURL& pattern,
const blink::WebURL& script_url,
+ bool use_cache,
std::unique_ptr<WebServiceWorkerRegistrationCallbacks>) override;
void getRegistration(
const blink::WebURL& document_url,

Powered by Google App Engine
This is Rietveld 408576698