| 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);
|
|
|
|
|