| 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 cfa7045b513423bdfdee4cf789a8372c67d6903b..fa75f8fbd4bfe2bc1af7ba7c92a34355c8fe32de 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -111,8 +111,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,
|
|
|