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

Unified Diff: content/browser/service_worker/service_worker_database.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/browser/service_worker/service_worker_database.h
diff --git a/content/browser/service_worker/service_worker_database.h b/content/browser/service_worker/service_worker_database.h
index a4f208d32d28f6ebd159f160977859ed0fac032f..b49bfffa9986407baa7c8d7c791c3c9c8e2238ab 100644
--- a/content/browser/service_worker/service_worker_database.h
+++ b/content/browser/service_worker/service_worker_database.h
@@ -66,6 +66,7 @@ class CONTENT_EXPORT ServiceWorkerDatabase {
// These values are immutable for the life of a registration.
int64_t registration_id;
GURL scope;
+ bool use_cache;
// Versions are first stored once they successfully install and become
// the waiting version. Then transition to the active version. The stored

Powered by Google App Engine
This is Rietveld 408576698