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

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

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix tests 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_job_coordinator.h
diff --git a/content/browser/service_worker/service_worker_job_coordinator.h b/content/browser/service_worker/service_worker_job_coordinator.h
index c309e0586a126c20d33db2bf0ac844ddb988cffe..17dc597eb17cbdeb4eedf0d140f180eecc8551a5 100644
--- a/content/browser/service_worker/service_worker_job_coordinator.h
+++ b/content/browser/service_worker/service_worker_job_coordinator.h
@@ -27,8 +27,8 @@ class CONTENT_EXPORT ServiceWorkerJobCoordinator {
base::WeakPtr<ServiceWorkerContextCore> context);
~ServiceWorkerJobCoordinator();
- void Register(const GURL& pattern,
- const GURL& script_url,
+ void Register(const GURL& script_url,
+ const ServiceWorkerRegistrationOptions& options,
ServiceWorkerProviderHost* provider_host,
const ServiceWorkerRegisterJob::RegistrationCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698