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

Unified Diff: content/browser/service_worker/service_worker_dispatcher_host.h

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: change useCache to updateViaCache Created 3 years, 6 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_dispatcher_host.h
diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
index 7e75b4984348d996ff312e230a709af989450caa..25530ea052148ecb728b40c028ebe2762fe3626c 100644
--- a/content/browser/service_worker/service_worker_dispatcher_host.h
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h
@@ -112,8 +112,8 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost
void OnRegisterServiceWorker(int thread_id,
int request_id,
int provider_id,
- const GURL& pattern,
- const GURL& script_url);
+ const GURL& script_url,
+ const ServiceWorkerRegistrationOptions& options);
void OnUpdateServiceWorker(int thread_id,
int request_id,
int provider_id,

Powered by Google App Engine
This is Rietveld 408576698