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, |