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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix IPC Created 3 years, 4 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: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
index afe691fedc5851e89e4f72b2451775a8780996e9..3aa90520b5691ebf9767f58abe27a2d4a8c50c96 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
@@ -77,6 +77,7 @@ class MODULES_EXPORT ServiceWorkerContainer final
void RegisterServiceWorkerImpl(ExecutionContext*,
const KURL& script_url,
const KURL& scope,
+ WebServiceWorkerUpdateViaCache,
std::unique_ptr<RegistrationCallbacks>);
ScriptPromise registerServiceWorker(ScriptState*,

Powered by Google App Engine
This is Rietveld 408576698