| 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 6670faa3b318c19fbee66c09f58657e1ba39cf0e..0df3fe634e0cc54cae877e632d54a3bc4f5e16df 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -109,8 +109,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,
|
|
|